diff --git a/hugo/docker-compose.yml b/hugo/docker-compose.yml index f4bbcf9..634ac30 100644 --- a/hugo/docker-compose.yml +++ b/hugo/docker-compose.yml @@ -5,7 +5,7 @@ services: environment: - TS_AUTHKEY= # BE SURE TO ADD YOUR KEY OR ELSE NOTHING WILL WORK #- 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 # Uncomment this and comment the next line if you want to host your app publicly. + - TS_FUNNEL_CONFIG=/config/funnel.json - TS_STATE_DIR=/var/lib/tailscale - TS_USERSPACE=false - TS_ACCEPT_DNS=true