feat: remove coredns

This commit is contained in:
2025-12-15 22:20:07 +00:00
parent db35dda87c
commit 42868a991e

View File

@@ -1,12 +0,0 @@
services:
coredns:
image: coredns/coredns:latest
container_name: coredns
command: -conf /etc/coredns/Corefile -dns.port 53
ports:
- "53:53"
- "53:53/udp"
- "8080:8080"
volumes:
- ./Corefile:/etc/coredns/Corefile
- ./db.kendricklab.int:/etc/coredns/db.kendricklab.int