netmaker/compose/docker-compose.coredns.yml
2021-07-28 02:23:20 +00:00

13 lines
256 B
YAML

version: "3.4"
services:
coredns:
image: coredns/coredns
command: -conf /root/dnsconfig/Corefile
container_name: coredns
restart: always
ports:
- "53:53/udp"
volumes:
- /root/netmaker/config/dnsconfig:/root/dnsconfig