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 ```