Update scripts/deploy-to-gateway.sh
All checks were successful
Deploy DNS Configuration / deploy (push) Successful in 32m23s

This commit is contained in:
goodvin 2026-01-21 21:28:32 +03:00
parent 91ee779bdd
commit 379124a3a8

View file

@ -34,7 +34,7 @@ cp "$RESOLVE_CONF" "$TARGET_DIR/"
echo "Restarting $DOCKER_CONTAINER container..."
docker restart "$DOCKER_CONTAINER"
sleep 5
sleep 25
if ! docker ps | grep -q "$DOCKER_CONTAINER"; then
echo "Error: $DOCKER_CONTAINER container failed to start"
exit 1