Unpin coredns and fix config location

This commit is contained in:
Jake Howard 2025-02-06 21:06:35 +00:00
parent 9c949b1e5c
commit daadb82756
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -1,9 +1,9 @@
services:
coredns:
image: coredns/coredns:1.11.3
image: coredns/coredns:latest
restart: unless-stopped
volumes:
- ./Corefile:/home/nonroot/Corefile:ro
- ./Corefile:/Corefile:ro
ports:
- "{{ private_ip }}:53053:53/udp"
networks: