diff --git a/overlay/usr/local/bin/healthcheck.sh b/overlay/usr/local/bin/healthcheck.sh index 46787f6..e713662 100755 --- a/overlay/usr/local/bin/healthcheck.sh +++ b/overlay/usr/local/bin/healthcheck.sh @@ -1,7 +1,7 @@ #!/bin/sh set -eo pipefail -URL=http://localhost +URL=http://localhost:8080 wget --quiet --tries=1 --spider ${URL} [ $? -ne 0 ] && exit 1