mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2024-11-09 16:00:27 +00:00
Use new variable choices
Making possible to change IP and port with setting environment variables to docker run command
This commit is contained in:
parent
f6913e5c29
commit
cc5e8ca1ce
@ -4,5 +4,5 @@ set -e
|
|||||||
|
|
||||||
cron
|
cron
|
||||||
cd /src/yggdrasil-map/web/ && python updateGraph.py
|
cd /src/yggdrasil-map/web/ && python updateGraph.py
|
||||||
python /src/yggdrasil-map/web/web.py
|
python /src/yggdrasil-map/web/web.py --host $HOST --port $PORT
|
||||||
exit $?
|
exit $?
|
||||||
|
Loading…
Reference in New Issue
Block a user