From f83d6e6f9b990c1ffe01954245ae86f82f3365ef Mon Sep 17 00:00:00 2001 From: AaronDewes Date: Thu, 3 Mar 2022 06:45:52 +0000 Subject: [PATCH] Fix tailscale --- apps/tailscale/app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tailscale/app.yml b/apps/tailscale/app.yml index 33f3850..e8474cf 100644 --- a/apps/tailscale/app.yml +++ b/apps/tailscale/app.yml @@ -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