edit start-n8n socks ip address
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 6m15s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 6m15s
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Wait for SOCKS proxy to be ready
|
||||
echo "Waiting for SOCKS proxy..."
|
||||
until nc -z socks 1080; do
|
||||
until nc -z ${SOCKS_IP} 1080; do
|
||||
echo "SOCKS proxy not ready yet, waiting..."
|
||||
sleep 5
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user