Update hugo/docker-compose.yml
This commit is contained in:
parent
e75b88dd68
commit
9e83e8e7e0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue