13 lines
514 B
Text
13 lines
514 B
Text
|
|
COMPOSE_PROJECT_NAME=coredns-secondary
|
||
|
|
|
||
|
|
# CoreDNS image — match the primary's pin for consistency.
|
||
|
|
COREDNS_IMAGE=coredns/coredns:1.11.3
|
||
|
|
|
||
|
|
# Public addresses this secondary advertises and listens on. Leave both
|
||
|
|
# empty to bind every interface (the default). Set them when another
|
||
|
|
# process already owns loopback :53 (e.g. systemd-resolved). The
|
||
|
|
# generator script reads these and emits a `bind` directive in the
|
||
|
|
# Corefile when either is set.
|
||
|
|
BIND_V4=64.177.113.227
|
||
|
|
BIND_V6=2001:19f0:5c00:4daa:5400:06ff:fe2d:38fa
|