Graylog2 / graylog-docker

Official Graylog Docker image
https://hub.docker.com/r/graylog/graylog/
Apache License 2.0
372 stars 134 forks source link

The healthcheck will fail to check the publish uri #92

Closed waynekearns closed 5 years ago

waynekearns commented 5 years ago

health_check.sh will fail to check the publish uri.

Per the lines below: if [[ ! -z "${http_bind_address}" ]] then check_url="${proto}"://"${http_bind_address}" elif [[ ! -z "${http_publish_uri}" ]] then check_url="${proto}"://"${http_publish_uri}" else echo "not possible to get Graylog listen URI - abort" exit 1 fi