Enable IPv6 in Bind9
parent
fb6893f664
commit
de9e398cc2
|
@ -3,7 +3,7 @@ version: '2.1'
|
||||||
services:
|
services:
|
||||||
bind9-mailcow:
|
bind9-mailcow:
|
||||||
image: resystit/bind9
|
image: resystit/bind9
|
||||||
command: "named -c /etc/bind/named.conf -g -u named -4"
|
command: "named -c /etc/bind/named.conf -g -u named"
|
||||||
depends_on:
|
depends_on:
|
||||||
mysql-mailcow:
|
mysql-mailcow:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
Loading…
Reference in New Issue