A simple Pi-hole docker setup.
.gitignore | ||
config.env | ||
docker-compose.yml | ||
passwd.env.example | ||
pihole.sh | ||
README.md |
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.