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