tailscale-dev / docker-mod

The home for our universal Docker mod
BSD 3-Clause "New" or "Revised" License
47 stars 26 forks source link

Removing env vars does not result in a config change #17

Open agneevX opened 5 months ago

agneevX commented 5 months ago

If I start a container with TAILSCALE_USE_SSH=1 with a persistent state directory, remove the env var and restart the container, it appears to be still be SSH-able on login.tailscale.com.

aptalca commented 4 months ago

You need to recreate the container. Env vars don't change on a restart