From 8f634eeade72f1704e0ca2c18a720e91a1cb788c Mon Sep 17 00:00:00 2001 From: sujiba <65259334+sujiba@users.noreply.github.com> Date: Thu, 4 May 2023 01:33:01 +0200 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 ```