initial
This commit is contained in:
18
Dockerfile
Normal file
18
Dockerfile
Normal file
@ -0,0 +1,18 @@
|
||||
FROM alpine:3.13
|
||||
|
||||
RUN \
|
||||
apk add --no-cache unbound && \
|
||||
mv /etc/unbound/unbound.conf /etc/unbound/unbound.conf-dist
|
||||
|
||||
COPY unbound.conf /etc/unbound/unbound.conf
|
||||
|
||||
EXPOSE 53/udp
|
||||
|
||||
VOLUME /etc/unbound
|
||||
|
||||
CMD [ "/usr/sbin/unbound" ]
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user