fix start script

This commit is contained in:
2025-07-15 15:20:26 +02:00
parent 93222237ee
commit 81bd403069

View File

@@ -118,7 +118,7 @@ dockerize-server:
cat - > /start-scripts/${CONTAINER_NAME}.sh << EOT
docker run \
-d \
--restart always
--restart always \
--name $CONTAINER_NAME \
-e DTRACK_API_URL=$DTRACK_API_URL \
-e DTRACK_TOKEN=$DTRACK_TOKEN \