From 9705a9c8cf37af66a554812971d01119d24713d4 Mon Sep 17 00:00:00 2001 From: Tom Moore Date: Wed, 24 May 2017 10:09:14 -0400 Subject: [PATCH] Fixed missing " --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 910d385..36ae7b7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ docker run -d \ -v "/dir/for/pihole/:/etc/pihole/" \ -v "/dir/for/dnsmasq.d/:/etc/dnsmasq.d/" \ -e ServerIP="${IP}" \ - -e ServerIPv6="${IPv6} \ + -e ServerIPv6="${IPv6}" \ --restart=always \ diginc/pi-hole:latest ```