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
|
hostname: patrizio
|
||||||
image: tailscale/tailscale:latest
|
image: tailscale/tailscale:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- TS_ACCEPT_DNS=true
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "tailscale status"]
|
test: ["CMD-SHELL", "tailscale status"]
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user