Update templates/compose/tailscale.yaml

Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
This commit is contained in:
majcek210
2025-11-14 20:23:51 +01:00
committed by GitHub
co-authored by ShadowArcanist
parent ba6d540653
commit d9eb0ab00b
-1
View File
@@ -19,7 +19,6 @@ services:
- '/dev/net/tun:/dev/net/tun'
cap_add:
- net_admin
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "tailscale status --json | grep -q 'BackendState'"]
interval: 10s