Extend README.md
This commit is contained in:
parent
aadaec40af
commit
982647cc82
1 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue