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
|
# 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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue