generated from sambuc/tpl.docker-compose
691 B
691 B
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, 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.
-