From 3204f19476068ac68c0fde093ea1c8104359496d Mon Sep 17 00:00:00 2001 From: Chris Crowe <425808+chriscrowe@users.noreply.github.com> Date: Tue, 30 Mar 2021 08:31:26 -0700 Subject: [PATCH] Update README.md Updating sample .env in README --- one-container/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/one-container/README.md b/one-container/README.md index 17bba1f..5da826a 100644 --- a/one-container/README.md +++ b/one-container/README.md @@ -35,6 +35,8 @@ REV_SERVER=true REV_SERVER_DOMAIN=local REV_SERVER_TARGET=192.168.1.1 REV_SERVER_CIDR=192.168.0.0/16 +HOSTNAME=pihole +DOMAIN_NAME=pihole.local ``` ### Using Portainer stacks?