Fixed missing "

This commit is contained in:
Tom Moore 2017-05-24 10:09:14 -04:00
parent cfba2f1ceb
commit 9705a9c8cf
1 changed files with 1 additions and 1 deletions

View File

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