From cc5e8ca1ced24ecfc4080bf62a41ed5e795a04e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Tue, 22 Jan 2019 03:04:44 +0200 Subject: [PATCH] Use new variable choices Making possible to change IP and port with setting environment variables to docker run command --- contrib/docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docker/entrypoint.sh b/contrib/docker/entrypoint.sh index 5dfb0bb..a89a527 100644 --- a/contrib/docker/entrypoint.sh +++ b/contrib/docker/entrypoint.sh @@ -4,5 +4,5 @@ set -e cron 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 $?