fix: use HOPP_AIO_ALTERNATE_PORT in healthcheck (#5136)
This commit is contained in:
parent
5e33595c12
commit
011c8090aa
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ curlCheck() {
|
|||
}
|
||||
|
||||
if [ "$ENABLE_SUBPATH_BASED_ACCESS" = "true" ]; then
|
||||
curlCheck "http://localhost:80/backend/ping" || exit 1
|
||||
curlCheck "http://localhost:${HOPP_AIO_ALTERNATE_PORT:-80}/backend/ping" || exit 1
|
||||
else
|
||||
curlCheck "http://localhost:3000" || exit 1
|
||||
curlCheck "http://localhost:3100" || exit 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue