diff --git a/README.md b/README.md new file mode 100644 index 0000000..c898911 --- /dev/null +++ b/README.md @@ -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.