From 3ba09433d5714a3102b6ae54f566ba53ad49cafb Mon Sep 17 00:00:00 2001 From: Aleksander Bang-Larsen <73799306+aleksanderbl29@users.noreply.github.com> Date: Wed, 28 Jun 2023 00:03:16 +0200 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d022b3..a7e2710 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ ## Use Docker to run [Pi-Hole](https://pi-hole.net) with an upstream [Unbound](https://nlnetlabs.nl/projects/unbound/about/) resolver. -This repo has a different `docker-compose` config in the folder-- choose your favorite. The `two-container` config may work better on Synology due to usage of `macvlan` networking which helps prevent port conflicts with the host. - - [`one-container`](one-container/) (new) - Install Unbound directly into the Pi-Hole container - This configuration contacts the DNS root servers directly, please read the Pi-Hole docs on [Pi-hole as All-Around DNS Solution](https://docs.pi-hole.net/guides/unbound/) to understand what this means. - With this approach, we can also simplify our Docker networking since `macvlan` is no longer necessary. @@ -50,6 +48,7 @@ HOSTNAME=pihole DOMAIN_NAME=pihole.local PIHOLE_WEBPORT=80 WEBTHEME=default-light +VIRTUAL_HOST=pihole.box ``` ### Using Portainer stacks?