bug
This commit is contained in:
parent
8c17d5a47d
commit
e97ab5dabf
|
@ -18,7 +18,7 @@ services:
|
||||||
container_name: ns1
|
container_name: ns1
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile.primary
|
dockerfile: Dockerfile.primary
|
||||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240420.09
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240420.10
|
||||||
restart: always
|
restart: always
|
||||||
user: root
|
user: root
|
||||||
environment:
|
environment:
|
||||||
|
@ -41,7 +41,7 @@ services:
|
||||||
container_name: ns2
|
container_name: ns2
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile.secondary
|
dockerfile: Dockerfile.secondary
|
||||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-secondary:240420.06
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-secondary:240420.07
|
||||||
restart: always
|
restart: always
|
||||||
user: root
|
user: root
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -4,7 +4,7 @@ options {
|
||||||
dump-file "/var/log/named_dump.db";
|
dump-file "/var/log/named_dump.db";
|
||||||
statistics-file "/var/log/named.stats";
|
statistics-file "/var/log/named.stats";
|
||||||
recursion no;
|
recursion no;
|
||||||
version "PiSS 0FF D0nK3y."
|
version "PiSS 0FF D0nK3y.";
|
||||||
notify yes;
|
notify yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ options {
|
||||||
dump-file "/var/log/named_dump.db";
|
dump-file "/var/log/named_dump.db";
|
||||||
statistics-file "/var/log/named.stats";
|
statistics-file "/var/log/named.stats";
|
||||||
recursion no;
|
recursion no;
|
||||||
version "PiSS 0FF D0nK3y."
|
version "PiSS 0FF D0nK3y.";
|
||||||
notify yes;
|
notify yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue