Point tailscale to locally built beta

This commit is contained in:
Mike Heier 2022-12-05 18:59:19 -05:00
parent 94fe5a3e4c
commit 732bdcebaa

View File

@ -3,7 +3,8 @@ version: "3.7"
services:
web:
network_mode: "host" # TODO: We can remove this later with some iptables magic
image: tailscale/tailscale:v1.33.158@sha256:e5610d019e82ac1929a9318ca928f0ed4bceaeb4c47541eff690a375995866a2
# image: tailscale/tailscale:v1.33.158@sha256:e5610d019e82ac1929a9318ca928f0ed4bceaeb4c47541eff690a375995866a2
image: docker.heier.io/heierbtc/tailscale:latest@sha256:9094225802385a3ee585fb67a750bc5aa9b283a950641656ce721679b48a89b5
restart: on-failure
stop_grace_period: 1m
command: "sh -c 'tailscale web --listen 0.0.0.0:8240 & exec tailscaled --tun=userspace-networking'"