Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
Veerendra edited this page Apr 21, 2023 · 9 revisions

Pihole

https://pi-hole.net/

Blog: https://veerendra2.github.io/pihole-dhcp-relay/

Default Credentials - Username: admin
- Password: changeme
Traefik Reverse Proxy Location /admin

Stack Info

Docker containers in this stack

  • Pihole

Configuration

  • Traefik reverse proxy locations are configured with labels
Config Description
services/pihole/.env Pihole configuration
services/pihole/pihole/custom.list Custom DNS entries
cd services/pihole
$ tree .
.
├── docker-stack.yml
├── pihole
│   └── custom.list
└── secrets
    └── pihole_admin_password.txt

3 directories, 3 files

References

Clone this wiki locally