Update Dockerfile.bind

This commit is contained in:
Manevolent 2023-01-08 19:56:14 -07:00 committed by GitHub
parent 79e185e4e4
commit 603d4547fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
FROM alpine:latest
MAINTAINER Team Lixo <lixonet@team.lixo>
RUN apk add bind
RUN apk add bind>9.18.10
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" ]