Use port 53053 for coredns docker proxy
Otherwise it causes annoying issues with systemd-resolved and mdns
This commit is contained in:
parent
c93c7b5c16
commit
f90ae0b1b4
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ services:
|
|||
volumes:
|
||||
- ./Corefile:/home/nonroot/Corefile:ro
|
||||
ports:
|
||||
- "{{ private_ip }}:5353:53/udp"
|
||||
- "{{ private_ip }}:53053:53/udp"
|
||||
networks:
|
||||
- default
|
||||
- coredns
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
nginx_https_redirect: false
|
||||
docker_resolver_address: "{{ private_ip }}:5353"
|
||||
docker_resolver_address: "{{ private_ip }}:53053"
|
||||
|
|
Loading…
Reference in a new issue