From 69063701daf21e5fcae31a3adfef1a86f8ff1f4c Mon Sep 17 00:00:00 2001 From: Chris Crowe <425808+chriscrowe@users.noreply.github.com> Date: Sat, 20 Mar 2021 16:36:29 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4582ed2..157b331 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### Use Docker to run [Pi-Hole](https://pi-hole.net) with an upstream [Unbound](https://nlnetlabs.nl/projects/unbound/about/) resolver. -Changing this repo to support 2 different docker-compose configurations now: +This repo has 2 different `docker-compose` configs-- 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.