mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #224] Not working with docker swarm #107
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tom-eagle92 on GitHub (Apr 8, 2020).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/224
Hi,
I'm trying to get this working with docker swarm and traefik on an Ubuntu server.
It's nearly working fine, but as soon as I start the stack with the acme-dns the dns on the host stops working. I can make queries with dig from my laptop to the server as in the example in the README, but when I try 'dig google.com' the response is empty, after stopping the stack it is working again.
In the config I need 'listen = "0.0.0.0:53"' with 'listen = "127.0.0.1:53"' nothing is working when the container is running. Neither from my laptop to the server nor any dig on the server.
What do I have to configure to get this working completely?
I already searched a lot with google but was not able to find a solution
@tom-eagle92 commented on GitHub (Apr 8, 2020):
Ok, just found the solution:
https://medium.com/@niktrix/getting-rid-of-systemd-resolved-consuming-port-53-605f0234f32f