forked from mirrors/treebird-docker
ICScaryThings
2c090f71df
I patched neko's code to use getenv() to grab instance url at startup and store it as a global rather than static const.
4 lines
171 B
Bash
Executable file
4 lines
171 B
Bash
Executable file
#!/bin/sh
|
|
# runs the treebird image as a docker daemon
|
|
|
|
docker run --rm --name treebird -p 4008:4008 -e TREEBIRD_CFG_INSTANCE_URL="https://sleepy.cafe/" -d treebird:build
|