From 3e702fc8e5e03cabc55a4893d579c5b962d254eb Mon Sep 17 00:00:00 2001 From: simon <65259334+sujiba@users.noreply.github.com> Date: Wed, 22 Dec 2021 23:56:56 +0100 Subject: [PATCH] changed documentation for resolv.conf --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c65b8b..206bd68 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ and add CACHE_SIZE=0 ``` -#### Self-created docker network -If you are using a self-created docker network, uncomment the following line in the docker-compose.yaml +#### resolv.conf +If you are using a self-created docker network or having problems with the pihole deployment inside the container, uncomment the following line in the docker-compose.yaml ``` #- ./resolv.conf:/etc/resolv.conf ```