umbrel-apps/tailscale/docker-compose.yml
smolgrrr 597c71043a
Update Tailscale to 1.62.0 (#1023)
Co-authored-by: nmfretz <nmfretz@gmail.com>
2024-03-26 16:05:23 -07:00

12 lines
432 B
YAML

version: "3.7"
services:
web:
network_mode: "host" # TODO: We can remove this later with some iptables magic
image: tailscale/tailscale:v1.62.1@sha256:3b310f980cd9ff0e334e48c53eb95b21d77b72a596854c4369fd028f83b41b10
restart: on-failure
stop_grace_period: 1m
command: "sh -c 'tailscale web --listen 0.0.0.0:8240 & exec tailscaled --tun=userspace-networking'"
volumes:
- ${APP_DATA_DIR}/data:/var/lib