Răsfoiți Sursa

Allow all protocols in named

andryyy 8 ani în urmă
părinte
comite
8ea241f1e7
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -2,7 +2,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