Update pi-hole/docker-compose.yml
This commit is contained in:
parent
1b3e023e3d
commit
eb85664795
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ services:
|
||||||
- TS_AUTHKEY= # BE SURE TO ADD YOUR KEY AS NOTHING WILL WORK
|
- 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_EXTRA_ARGS=--advertise-tags=tag:container # Uncomment this if you want to add a tag to your node. Useful for access control lists.
|
||||||
- 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
|
||||||
- TS_SERVE_CONFIG=/config/funnel.json
|
- TS_SERVE_CONFIG=/config/funnel.json
|
||||||
volumes:
|
volumes:
|
||||||
- ${PWD}/config:/config
|
- ${PWD}/config:/config
|
||||||
|
|
Loading…
Reference in a new issue