Allow all protocols in named

master
andryyy 2017-05-29 21:47:53 +02:00
parent c5b4a32752
commit 8ea241f1e7
1 changed files with 1 additions and 1 deletions

View File

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