mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-12 04:25:08 +08:00
13 lines
256 B
YAML
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
|