This commit is contained in:
2026-04-11 12:15:57 -07:00
parent 982e36fa66
commit 6dfd6c1ee6
2 changed files with 13 additions and 0 deletions

View File

@@ -10,12 +10,14 @@ services:
- TS_USERSPACE=false
volumes:
- ./tailscale-state:/var/lib/tailscale
- ./tailscale-entrypoint.sh:/entrypoint.sh:ro
devices:
- /dev/net/tun:/dev/net/tun
cap_add:
- net_admin
- net_raw
restart: unless-stopped
entrypoint: ["/bin/sh", "/entrypoint.sh"]
nginx:
image: nginx:latest