diff --git a/healthcheck.sh b/healthcheck.sh index f8f8dc7..df17c87 100644 --- a/healthcheck.sh +++ b/healthcheck.sh @@ -1,5 +1,5 @@ #!/bin/sh -response=$(curl -o /dev/null -s -w "%{http_code}" http://zen.box:9999/__all__/) +response=$(curl -o /dev/null -s -w "%{http_code}" http://localhost:9999/__all__/) if [ "$response" -eq 200 ]; then exit 0 else