netmaker/compose/docker-compose.coredns.yml

13 lines
256 B
YAML
Raw Normal View History

2021-07-28 10:23:20 +08:00
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