# 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.