Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomare22 authored Jan 16, 2024
1 parent 0b0088b commit 9c5bd9f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ RUN mkdir -p /etc/services.d/unbound
COPY pihole-unbound/unbound-run /etc/services.d/unbound/run
RUN wget https://www.internic.net/domain/named.root -qO- | sudo tee /var/lib/unbound/root.hints

EXPOSE 80/tcp
EXPOSE 80/udp
EXPOSE 53/tcp
EXPOSE 53/udp

ENTRYPOINT ./s6-init

#HEALTHCHECK CMD dig @127.0.0.1 pi.hole || exit 1

0 comments on commit 9c5bd9f

Please sign in to comment.