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
When attached zipkin container to multiple network, the hostname -i has multiple record like this X.X.X.X Y.Y.Y.Y then cause error when exec the default docker-healthcheck command => Container exit.
When attached zipkin container to multiple network, the
hostname -i
has multiple record like thisX.X.X.X Y.Y.Y.Y
then cause error when exec the default docker-healthcheck command => Container exit.Steps to Reproduce
Steps to reproduce the behavior: Multiple network for container or swarm stack, docker compose service
Expected Behaviour
Temporary Solution
HEALTHCHECK_IP=127.0.0.1
The text was updated successfully, but these errors were encountered: