Enable IPv6 in Bind9

master
André Peters 2017-05-28 11:15:06 +02:00 committed by GitHub
parent fb6893f664
commit de9e398cc2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: '2.1'
services:
bind9-mailcow:
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:
mysql-mailcow:
condition: service_healthy