feat(patrizio): enable DNS configuration in tailscale service
Add TS_ACCEPT_DNS environment variable to allow tailscale to manage DNS settings for the patrizio container.
This commit is contained in:
parent
8cf346db12
commit
03d882907d
@ -20,6 +20,8 @@ services:
|
||||
hostname: patrizio
|
||||
image: tailscale/tailscale:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TS_ACCEPT_DNS=true
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "tailscale status"]
|
||||
interval: 1s
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user