From ab90e690591bc279d7fcef2e948f44d621a1b380 Mon Sep 17 00:00:00 2001 From: Michael Andrew Maurakis Date: Wed, 4 Sep 2024 00:25:22 -0500 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7b03ea8..14cbb27 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,9 +4,9 @@ services: hostname: tail # Assign a name this so that you can set your domain name ex. https://tail.penguin-dory.ts.net environment: - 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 file - #- TS_FUNNEL_CONFIG=/config/funnel.json # Uncomment this and comment the next line if you want to host your app publically. - - TS_SERVE_CONFIG=/config/serve.json + #- 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_STATE_DIR=/var/lib/tailscale - TS_USERSPACE=false - TS_ACCEPT_DNS=true