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