tailscale-docker/simple-example/tailscale/start.sh

7 lines
191 B
Bash
Raw Normal View History

2022-08-22 18:03:01 +00:00
#!/bin/ash
echo "Starting TS daemon"
tailscaled --tun=userspace-networking &
sleep 5
tailscale up --authkey=TAILSCALE_AUTH_KEY --hostname=simple-docker-compose
tailscale status
sleep infinity