Владимир Томишинец 5 years ago
parent
commit
573439587b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-entrypoint.sh

+ 1 - 1
docker-entrypoint.sh

@@ -21,5 +21,5 @@ if [ ! -z "$*" ]
 then
 then
     exec "$@"
     exec "$@"
 else
 else
-    exec TASKS_SERVICE_IP=${host_ip} ${WEB_REGISTRY_BIN} ${WEB_REGISTRY_CUSTOM_OPTS} ${WEB_REGISTRY_OPTS}
+    exec export TASKS_SERVICE_IP=${host_ip};${WEB_REGISTRY_BIN} ${WEB_REGISTRY_CUSTOM_OPTS} ${WEB_REGISTRY_OPTS}
 fi
 fi