generated from sambuc/tpl.docker-compose
Pi-hole deployment
Quick Start
-
Copy
env.exampleto.env -
Edit
.envto adapt the Fully Qualified Domain Name (FQDN) of the Pi-hole container.This is used by Traefik to redirect requests to the web interface.
-
docker-compose up -d -
Go to the Web interface at https://pi-hole.example.net, and adapt the settings as needed for your setup.
For example:
-
Settings -> DNS -> Upstream DNS Servers: Add at least one upstream server.
-
Settings -> DNS -> Upstream DNS Servers: Enable Use Conditional Forwarding and configure it.
-
Settings -> DHCP: Disable DHCP server enabled if you are using another DHCP server, which is assumed in this repository.
-
Description