PiHole deployment
Go to file
Bryan Joshua Pedini 5f52e8d3ab added Træfik docker network 2022-01-09 14:27:38 +01:00
.gitignore added gitignore 2022-01-09 14:01:20 +01:00
LICENSE first commit 2022-01-09 13:59:37 +01:00
README.md fixed formatting on README.md 2022-01-09 14:02:33 +01:00
docker-compose.yml added Træfik docker network 2022-01-09 14:27:38 +01:00
env.example added first deployment version 2022-01-09 14:00:23 +01:00

README.md

PiHole Deployment

For a local Træfik installation with self-signed certificates, comment out the "certresolver=letsencrypt" line.
For a local installation without Træfik, simply add "80:80/tcp" in the ports section.
DHCP is provided from the router/firewall, if providing DHCP from PiHole is needed, add "cap_add: NET_ADMIN" at the end of the "pihole" service.