pihole-docker/README.md
2024-02-11 13:11:38 +01:00

567 B

pihole-docker

This is a simple Pi-hole docker setup.

Installing

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

Networking

  • Listen address: 127.0.0.1
  • Ports
    • Web: 8999
    • DNS: 53

License

It's in the public domain.