Update Dockerfile.bind

This commit is contained in:
Manevolent 2023-01-24 15:37:38 -07:00 committed by GitHub
parent a4ae820ec8
commit b2d158e742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,4 +8,4 @@ EXPOSE 53/udp 53/tcp
VOLUME /var/cache/bind
VOLUME /etc/bind
CMD [ "sh", "-c", "/usr/sbin/named -f -c /etc/bind/named.conf" ]
CMD [ "sh", "-c", "/usr/sbin/named -g -c /etc/bind/named.conf" ]