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 a container has been configured with multiple deploy replicas, the hostname should resolve to multiple IP addresses, so a reverse proxy can balance the load over all of them.
docker-compose.yml example:
service:
deploy:
replicas: 4
What is Happening
Only one of the container's IP address is resolved.
The text was updated successfully, but these errors were encountered:
What is expected
When a container has been configured with multiple deploy replicas, the hostname should resolve to multiple IP addresses, so a reverse proxy can balance the load over all of them.
docker-compose.yml
example:What is Happening
Only one of the container's IP address is resolved.
The text was updated successfully, but these errors were encountered: