mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-10-05 00:06:01 -04:00
Allow all protocols in named
This commit is contained in:
parent
c5b4a32752
commit
8ea241f1e7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user