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.