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 0a33f9d7e4
commit 5e53cd4325

View File

@@ -124,4 +124,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"]