Explorar el Código

Enable IPv6 in Bind9

André Peters hace 8 años
padre
commit
de9e398cc2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -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