Log everything into /var/log/bind/default.log

This commit is contained in:
Ondřej Surý
2024-08-27 18:54:37 +02:00
parent 54e724da5b
commit 76bf98135c
+1 -1
View File
@@ -121,4 +121,4 @@ VOLUME ["/etc/bind", "/var/cache/bind", "/var/lib/bind", "/var/log"]
EXPOSE 53/udp 53/tcp 953/tcp 853/tcp 443/tcp
ENTRYPOINT ["/usr/sbin/named", "-u", "bind"]
CMD ["-f", "-c", "/etc/bind/named.conf"]
CMD ["-f", "-c", "/etc/bind/named.conf", "-L", "/var/log/bind/default.log"]