app-store/apps/tailscale/docker-compose.yml
renovate[bot] 07253a12ff
chore(deps): update tailscale/tailscale docker tag to v1.38.4 (#331)
* chore(deps): update tailscale/tailscale docker tag to v1.38.4

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2023-04-16 14:14:33 -04:00

15 lines
420 B
YAML

version: "2"
services:
tailscale:
container_name: tailscale
network_mode: "host" # TODO: Find a way to remove this
image: tailscale/tailscale:v1.38.4
privileged: true
restart: on-failure
stop_grace_period: 1m
command: "sh -c 'tailscale web --listen 0.0.0.0:${APP_PORT} & exec tailscaled --tun=userspace-networking'"
volumes:
- /var/lib:/var/lib
- /dev/net/tun:/dev/net/tun