diff --git a/hugo/docker-compose.yml b/hugo/docker-compose.yml index d80eb9f..a3f78c9 100644 --- a/hugo/docker-compose.yml +++ b/hugo/docker-compose.yml @@ -7,8 +7,8 @@ services: #- TS_EXTRA_ARGS=--advertise-tags=tag:container # Uncomment this if you want to add a tag to your node. Useful for access control lists. - TS_FUNNEL_CONFIG=/config/funnel.json - TS_STATE_DIR=/var/lib/tailscale - - TS_USERSPACE=false - - TS_ACCEPT_DNS=true + - TS_USERSPACE=true + - TS_ACCEPT_DNS=false volumes: - ${PWD}/tailserve-config:/config - ${PWD}/tailscale/state:/var/lib/tailscale