[GH-ISSUE #434] Support docker deploy replicas #154

Closed
opened 2026-02-26 04:34:13 +03:00 by kerem · 2 comments
Owner

Originally created by @SimJoSt on GitHub (Feb 20, 2024).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/434

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.

Originally created by @SimJoSt on GitHub (Feb 20, 2024). Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/434 ### 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: ```docker service: deploy: replicas: 4 ``` ### What is Happening Only one of the container's IP address is resolved.
kerem 2026-02-26 04:34:13 +03:00
Author
Owner

@mageddo commented on GitHub (Jan 14, 2026):

Releasing at 5.9.0, I would appreciate feedback, thanks in advance.

<!-- gh-comment-id:3749884524 --> @mageddo commented on GitHub (Jan 14, 2026): Releasing at 5.9.0, I would appreciate feedback, thanks in advance.
Author
Owner

@SimJoSt commented on GitHub (Jan 18, 2026):

We are not using this setup currently any more. I won't be able to provide feedback.

<!-- gh-comment-id:3764668769 --> @SimJoSt commented on GitHub (Jan 18, 2026): We are not using this setup currently any more. I won't be able to provide feedback.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#154
No description provided.