Improved pi-hole docker notes

This commit is contained in:
Michele Cereda
2022-11-02 20:03:23 +01:00
parent 0b83be8053
commit b9b767f25e
4 changed files with 51 additions and 40 deletions

View File

@@ -3,8 +3,11 @@
## TL;DR
```sh
# one-step automated install
curl -sSL https://install.pi-hole.net | bash
# One-step automated install.
curl -sSL 'https://install.pi-hole.net' | bash
# Update Graviton's DB.
pihole -g
```
## Further readings