Update tailscale/start.sh
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 41s

This commit is contained in:
j842
2025-09-08 12:12:29 +12:00
parent 308e0e3bc6
commit 2c07950d0e

View File

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