diff --git a/entrypoint.sh b/entrypoint.sh index e5e8768..d675e3e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,4 +4,4 @@ if [ ! -e /dev/net/tun ]; then mknod /dev/net/tun c 10 200; fi # Wait 5s for the daemon to start and then run tailscale up to configure /bin/sh -c "sleep 5; tailscale up --authkey=${TAILSCALE_AUTH} -advertise-tags=${TAILSCALE_TAGS}" & -exec /usr/bin/tailscaled --state=/tailscale/tailscaled.state +exec /usr/bin/tailscaled --state=/var/lib/tailscale/tailscaled.state