Skip to content

Commit

Permalink
change dockerifle
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 authored Jun 11, 2023
1 parent dfc27df commit 4f3fb90
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pihole-unbound/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4f3fb90

Please sign in to comment.