fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user