tailscale-docker/simple-example/tailscale/start.sh
2022-08-22 14:03:01 -04:00

7 lines
No EOL
191 B
Bash

#!/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