This commit is contained in:
Wolfgang Hottgenroth 2021-10-27 13:12:34 +02:00
parent 9e0b95e1df
commit b070f17f28
Signed by: wn
GPG Key ID: E49AF3B9EF6DD469

View File

@ -28,7 +28,7 @@ RUN \
apk add --no-cache libevent && \ apk add --no-cache libevent && \
adduser -D unbound && \ adduser -D unbound && \
mkdir /etc/unbound && \ mkdir /etc/unbound && \
mv /opt/unbound/etc/unbound/unbound.conf /opt/unbound/etc/unbound/unbound.conf-dist && \ mv /opt/unbound/etc/unbound/unbound.conf /opt/unbound/etc/unbound/unbound.conf-dist
COPY unbound.conf /etc/unbound/unbound.conf COPY unbound.conf /etc/unbound/unbound.conf