This commit is contained in:
2026-04-11 12:15:57 -07:00
parent 982e36fa66
commit 6dfd6c1ee6
2 changed files with 13 additions and 0 deletions

11
tailscale-entrypoint.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
set -e
tailscaled &
TAILSCALD_PID=$!
sleep 2
tailscale funnel 80
wait $TAILSCALD_PID