diff --git a/tailscale/docker-compose.yml b/tailscale/docker-compose.yml index 4b5a24c..959308c 100644 --- a/tailscale/docker-compose.yml +++ b/tailscale/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.7" services: web: network_mode: "host" # TODO: We can remove this later with some iptables magic - image: tailscale/tailscale:v1.26.0@sha256:604298baab8cda19e55a73e584f6691f6b73c7502ea99ace2a7079e3a845d3e7 + image: tailscale/tailscale:v1.26.2@sha256:9a0949bbb4c2c02766e1b5fa396da010fb8cb0b9018cb5e43545d1fe9bfac2b7 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'" diff --git a/tailscale/umbrel-app.yml b/tailscale/umbrel-app.yml index 907d64f..e80bd07 100644 --- a/tailscale/umbrel-app.yml +++ b/tailscale/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: tailscale category: Networking name: Tailscale -version: "1.26.0" +version: "1.26.2" tagline: Zero config VPN to access your Umbrel from anywhere description: >- Tailscale is zero config VPN that creates a secure network between @@ -26,4 +26,4 @@ gallery: - 3.jpg path: "" deterministicPassword: false -torOnly: false \ No newline at end of file +torOnly: false