Merge branch 'main' of https://gitea.jde.nz/public/dropshell-templates
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 41s

This commit is contained in:
Your Name
2025-09-08 17:46:39 +12:00

View File

@@ -32,7 +32,7 @@ fi
# Build the Docker run command # Build the Docker run command
DOCKER_RUN_CMD="docker run -d \ DOCKER_RUN_CMD="docker run -d \
--restart unless-stopped \ --restart always \
--name ${CONTAINER_NAME} \ --name ${CONTAINER_NAME} \
--network=host \ --network=host \
-v ${STATE_VOLUME}:/var/lib/tailscale \ -v ${STATE_VOLUME}:/var/lib/tailscale \