use localhost ip
This commit is contained in:
parent
03f34d9fc8
commit
c9fcb5afff
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -eo pipefail
|
||||
URL=http://localhost:8080/alive
|
||||
URL=http://127.0.0.1:8080/alive
|
||||
|
||||
wget --quiet --tries=1 --spider ${URL}
|
||||
[ $? -ne 0 ] && exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user