feat: add coredns
This commit is contained in:
12
dns/coredns/docker-compose.yml
Normal file
12
dns/coredns/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user