edit start-n8n socks ip address
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 6m15s

This commit is contained in:
2026-01-25 12:49:27 +07:00
parent 8955b491c4
commit 4c7f09d52d

View File

@@ -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