https://github.com/johanbook/docker-compose-pihole
PiHole with a Traefik reverse proxy
https://github.com/johanbook/docker-compose-pihole
docker-compose pi-hole traefik
Last synced: about 2 months ago
JSON representation
PiHole with a Traefik reverse proxy
- Host: GitHub
- URL: https://github.com/johanbook/docker-compose-pihole
- Owner: johanbook
- Created: 2022-05-13T08:08:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T17:55:33.000Z (about 4 years ago)
- Last Synced: 2025-03-06T04:47:16.200Z (over 1 year ago)
- Topics: docker-compose, pi-hole, traefik
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-compose-pihole
This is a `docker-compose` implementation for [Pi-hole](https://pi-hole.net/),
which is a DNS sinkhole for ads. It uses `Traefik` as a reverse proxy for its
web interface.
## Setup
Create a `.env` file containing the following
```sh
export DOMAIN=
export EMAIL=
export TZ=
export PIHOLE_PASSWORD=
```
and run
```sh
docker-compose up
```