From 7b49a31ba782be359f3a4ca1fbfefb2089a2cc2b Mon Sep 17 00:00:00 2001 From: zleyyij Date: Wed, 28 Dec 2022 15:47:09 -0700 Subject: [PATCH] added links to official pihole docs --- Deploying pihole-docker to a brand new Debian instance.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Deploying pihole-docker to a brand new Debian instance.md b/Deploying pihole-docker to a brand new Debian instance.md index aa998db..eebfacd 100644 --- a/Deploying pihole-docker to a brand new Debian instance.md +++ b/Deploying pihole-docker to a brand new Debian instance.md @@ -1,4 +1,5 @@ #documentation #homelab +Official docs can be found on the [github page](https://github.com/pi-hole/docker-pi-hole) and the [home page](https://docs.pi-hole.net/) ## Preperation - The system was entirely updated with `sudo apt update` and `sudo apt upgrade`. - `docker` and `docker-compose` were installed via `apt`