mirror of
https://github.com/openziti/zrok.git
synced 2025-08-23 21:45:40 +02:00
override caddy https port
This commit is contained in:
@@ -87,7 +87,7 @@ until [[ -n "${ZITI_PUBLIC_ID}" ]]; do
|
||||
done
|
||||
echo "DEBUG: 'public' ZITI_PUBLIC_ID=$ZITI_PUBLIC_ID"
|
||||
|
||||
until curl -sSf "${ZROK_API_ENDPOINT}/api/v1/version"; do
|
||||
until curl -sSf "${ZROK_API_ENDPOINT}" &>/dev/null; do
|
||||
echo "DEBUG: waiting for zrok controller API version endpoint to respond"
|
||||
sleep 3
|
||||
done
|
||||
|
Reference in New Issue
Block a user