diff --git a/start.sh b/start.sh index d259c1d..53fb313 100755 --- a/start.sh +++ b/start.sh @@ -217,5 +217,7 @@ docker run -d --restart unless-stopped --name ${CONTAINER_NAME} \ -e ASSETS_DIR=/app/assets \ -e DASHCADDY_API_SOURCE_DIR=/opt/dashcaddy/dashcaddy-api \ -e DASHCADDY_UPDATE_ENABLED=true \ + -e SHIPDECK_BRIDGE_URL=http://172.17.0.1:8977 \ + -e SHIPDECK_BRIDGE_TOKEN_FILE=/app/data/shipdeck-bridge-token \ -e CA_CERT_PATH=/etc/ssl/sami-ca/root.crt \ ${IMAGE} \ No newline at end of file