-
-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
feature-requestProposal of a new feature/behavior to be implemented, not reviewed by the repo authors yetProposal of a new feature/behavior to be implemented, not reviewed by the repo authors yet
Description
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:
service:
deploy:
replicas: 4
What is Happening
Only one of the container's IP address is resolved.
jnovack and mageddo
Metadata
Metadata
Assignees
Labels
feature-requestProposal of a new feature/behavior to be implemented, not reviewed by the repo authors yetProposal of a new feature/behavior to be implemented, not reviewed by the repo authors yet
Projects
Status
Backlog