Use port 53053 for coredns docker proxy

Otherwise it causes annoying issues with systemd-resolved and mdns
This commit is contained in:
Jake Howard 2024-05-04 12:19:00 +01:00
parent c93c7b5c16
commit f90ae0b1b4
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,2 +1,2 @@
nginx_https_redirect: false
docker_resolver_address: "{{ private_ip }}:5353"
docker_resolver_address: "{{ private_ip }}:53053"