Add README.md

This commit is contained in:
JeremyStar™ 2024-02-11 13:05:57 +01:00
parent c4d41b6719
commit aadaec40af

30
README.md Normal file
View file

@ -0,0 +1,30 @@
# pihole-docker
This is a simple [Pi-hole](https://pi-hole.net) docker setup.
## Using
```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
docker compose up -d
```
### Stopping
```bash
docker compose down
```
### Restarting
```bash
docker compose restart
```
### Accessing pihole-cli
```bash
./pihole.sh
```
## License
It's in the public domain.