mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-14 10:52:49 +02:00
Enable IPv6 in Bind9
This commit is contained in:
parent
fb6893f664
commit
de9e398cc2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user