1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-27 03:35:09 +02:00

Merge pull request #176 from ErikMHummel/patch-1

Minor formatting changes
This commit is contained in:
Adam Hill 2017-10-16 19:22:10 -05:00 committed by GitHub
commit e18d0618d9

View File

@ -126,8 +126,8 @@ Here are some relevant wiki pages from [pi-hole's documentation](https://github.
We install all pihole utilities so the the built in [pihole commands](https://discourse.pi-hole.net/t/the-pihole-command-with-examples/738) will work via `docker exec <container> <command>` like so:
* `docker exec pihole_container_name pihole updateGravity`
* `docker exec pihole_container_name pihole -w spclient.wg.spotify.com
* `docker exec pihole_container_name pihole -wild example.com
* `docker exec pihole_container_name pihole -w spclient.wg.spotify.com`
* `docker exec pihole_container_name pihole -wild example.com`
### Customizations