An open API service indexing awesome lists of open source software.

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

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
```