A simple Pi-hole docker setup.
Find a file
2024-02-11 13:05:57 +01:00
.gitignore Initial commit 2024-02-11 13:00:41 +01:00
config.env Initial commit 2024-02-11 13:00:41 +01:00
docker-compose.yml Initial commit 2024-02-11 13:00:41 +01:00
passwd.env.example Change filename 2024-02-11 13:02:00 +01:00
pihole.sh Initial commit 2024-02-11 13:00:41 +01:00
README.md Add README.md 2024-02-11 13:05:57 +01:00

pihole-docker

This is a simple Pi-hole docker setup.

Using

git clone https://git.staropensource.de/JeremyStarTM/pihole-docker.git pihole
cd pihole
cp passwd.env.example passwd.env
$EDITOR passwd.env

Maintenance

Starting

docker compose up -d

Stopping

docker compose down

Restarting

docker compose restart

Accessing pihole-cli

./pihole.sh

License

It's in the public domain.