diff --git a/pihole-unbound/Dockerfile b/pihole-unbound/Dockerfile index 40be7a8d..44f170cc 100644 --- a/pihole-unbound/Dockerfile +++ b/pihole-unbound/Dockerfile @@ -2,11 +2,10 @@ ARG PIHOLE_VERSION FROM pihole/pihole:${PIHOLE_VERSION:-latest} RUN apt update && apt install -y unbound -COPY lighttpd-external.conf /etc/lighttpd/external.conf +COPY lighttpd-external.conf /etc/lighttpd/external.conf COPY unbound-pihole.conf /etc/unbound/unbound.conf.d/pi-hole.conf COPY 99-edns.conf /etc/dnsmasq.d/99-edns.conf RUN mkdir -p /etc/services.d/unbound COPY unbound-run /etc/services.d/unbound/run -ENTRYPOINT ./s6-init - +ENTRYPOINT ./s6-init \ No newline at end of file