You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A log capture of all the docker events before, during, and after the issue.
If relevant, Dockerfile for application that is having issues.
Description of the problem:
After starting consul with the following:
docker run --rm -it -p 8500:8500 -p 8600:8600/udp --name=dev-consul -e CONSUL_BIND_INTERFACE=eth0 consul
Then running registrator and my application (simulator) as described above my health checks are failing. I was expecting that registrator would fill the host portion of the URL but I'm seeing the following in the Consul logs:
Dockerfile
for application that is having issues.Description of the problem:
After starting consul with the following:
Then running registrator and my application (simulator) as described above my health checks are failing. I was expecting that registrator would fill the host portion of the URL but I'm seeing the following in the Consul logs:
Note the missing host name (http://:32776).
I'm not sure if related but when I request the service via the Consul API, the service address is empty.
How reproducible:
Always
Steps to Reproduce:
See above. I'm assuming this would be the same for any web application running in docker
Actual Results:
HTTP health check failing due to missing host
Expected Results:
HTTP health check executed successfully
Additional info:
The text was updated successfully, but these errors were encountered: