fixes
This commit is contained in:
11
tailscale-entrypoint.sh
Executable file
11
tailscale-entrypoint.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
tailscaled &
|
||||
TAILSCALD_PID=$!
|
||||
|
||||
sleep 2
|
||||
|
||||
tailscale funnel 80
|
||||
|
||||
wait $TAILSCALD_PID
|
||||
Reference in New Issue
Block a user