mirror of
https://github.com/runcitadel/apps.git
synced 2024-12-25 14:18:42 +00:00
Fix tailscale
This commit is contained in:
parent
6637d84b42
commit
f83d6e6f9b
|
@ -28,6 +28,6 @@ containers:
|
|||
network_mode: "host"
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
command: "sh -c 'tailscale web --listen 0.0.0.0:${APP_TAILSCALE_PORT} & exec tailscaled --tun=userspace-networking'"
|
||||
command: "sh -c 'tailscale web --listen 0.0.0.0:${APP_TAILSCALE_MAIN_PORT} & exec tailscaled --tun=userspace-networking'"
|
||||
data:
|
||||
- data:/var/lib
|
||||
|
|
Loading…
Reference in New Issue
Block a user