use 127.0.0.1 for healthcheck instead of localhost
This commit is contained in:
parent
d0892afd84
commit
a8608644e8
@ -1,2 +1,2 @@
|
||||
* INTERNAL
|
||||
* simplify repo structure and ci
|
||||
* use 127.0.0.1 for healthcheck instead of localhost
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
(php -r "readfile('http://localhost:8080/i/');" | grep -q 'jsonVars') || exit 1
|
||||
(php -r "readfile('http://127.0.0.1:8080/i/');" | grep -q 'jsonVars') || exit 1
|
||||
|
Reference in New Issue
Block a user