umbrel-apps/tailscale/docker-compose.yml
smolgrrr 1fec5a1688
Update tailscale to v1.52.0 (#842)
Co-authored-by: nmfretz <nmfretz@gmail.com>
2023-11-14 15:16:28 -08: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.52.0@sha256:b102f468a2f1b0b6e9717cf728c43886c136e808010547eebe9ebd80aedd34c3
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