From 4f3fb90aab4fc726dc32c0fdeea66b1e8276a5fb Mon Sep 17 00:00:00 2001 From: Aleksander Bang-Larsen <73799306+aleksanderbl29@users.noreply.github.com> Date: Sun, 11 Jun 2023 18:14:40 +0200 Subject: [PATCH] change dockerifle --- pihole-unbound/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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