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 9343d5c commit fcce29a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ 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/udb

ENTRYPOINT ./s6-init

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

0 comments on commit fcce29a

Please sign in to comment.