2026-01-06 10:57:33 +01:00
2021-04-14 22:40:09 +00:00
2026-01-06 10:57:33 +01:00
2021-04-14 22:40:09 +00:00
2021-04-14 15:52:40 +00:00
2021-04-14 22:40:09 +00:00

Pi-hole deployment

Quick Start

  1. Copy env.example to .env

  2. Edit .env to adapt the Fully Qualified Domain Name (FQDN) of the Pi-hole container.

    This is used by Traefik to redirect requests to the web interface.

  3. docker-compose up -d

  4. 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