From 4cad85f6862e1f39cc0b3ccc36953a5f3e209fcf Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 23 Dec 2024 16:08:44 -0600 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7ed8f38..4880826 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: - TS_AUTHKEY= # BE SURE TO ADD YOUR KEY AS 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_SERVE_CONFIG=/config/serve.json # Comment this line if you uncomment the one above. + #- TS_SERVE_CONFIG=/config/serve.json # Comment this line if you uncomment the one above. - TS_STATE_DIR=/var/lib/tailscale - TS_USERSPACE=true - TS_ACCEPT_DNS=false