From de9e398cc2e55f1d41795d7f7928cb6edf59fe6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Sun, 28 May 2017 11:15:06 +0200 Subject: [PATCH] Enable IPv6 in Bind9 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index d5c4ead0..8e27c16f 100644 --- a/docker-compose.yml +++ b/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