Update docker-compose.yml
This commit is contained in:
parent
858cf5a79b
commit
8f0b58f177
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ services:
|
||||||
#- 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 # 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_STATE_DIR=/var/lib/tailscale
|
||||||
- TS_USERSPACE=false
|
- TS_USERSPACE=true
|
||||||
- TS_ACCEPT_DNS=true
|
- TS_ACCEPT_DNS=false
|
||||||
volumes:
|
volumes:
|
||||||
- ${PWD}/tailserve-config:/config
|
- ${PWD}/tailserve-config:/config
|
||||||
- ${PWD}/tailscale/state:/var/lib/tailscale
|
- ${PWD}/tailscale/state:/var/lib/tailscale
|
||||||
|
|
Loading…
Reference in a new issue