Extend README.md

This commit is contained in:
JeremyStar™ 2024-02-11 13:11:38 +01:00
parent aadaec40af
commit 982647cc82

View file

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