diff --git a/README.md b/README.md index c898911..a89433a 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ # pihole-docker This is a simple [Pi-hole](https://pi-hole.net) docker setup. -## Using +## Installing ```bash git clone https://git.staropensource.de/JeremyStarTM/pihole-docker.git pihole cd pihole cp passwd.env.example passwd.env $EDITOR passwd.env ``` + ## Maintenance ### Starting ```bash @@ -26,5 +27,11 @@ docker compose restart ./pihole.sh ``` +## Networking +- Listen address: 127.0.0.1 +- Ports + - Web: 8999 + - DNS: 53 + ## License It's in the public domain.