so that magic dns works (there might be a better solution though)
This commit is contained in:
@@ -5,6 +5,7 @@ services:
|
|||||||
image: tailscale/tailscale:latest
|
image: tailscale/tailscale:latest
|
||||||
container_name: ts-kuma
|
container_name: ts-kuma
|
||||||
hostname: monitoring
|
hostname: monitoring
|
||||||
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
- TS_AUTHKEY=${TAILSCALE_OAUTH_KEY}
|
- TS_AUTHKEY=${TAILSCALE_OAUTH_KEY}
|
||||||
- TS_EXTRA_ARGS=--advertise-tags=${TAILSCALE_TAGS}
|
- TS_EXTRA_ARGS=--advertise-tags=${TAILSCALE_TAGS}
|
||||||
|
|||||||
Reference in New Issue
Block a user