remove comment mid docker run, it breaks the command

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2019-01-12 17:34:28 -06:00
parent 8d8f990db8
commit b2aecc497a
No known key found for this signature in database
GPG Key ID: 2193804FCA429855
2 changed files with 2 additions and 6 deletions

View File

@ -53,9 +53,7 @@ docker run -d \
-p 53:53/tcp -p 53:53/udp \
-p 80:80 \
-p 443:443 \
`# The 2 arguments below are required if Pi-hole is to provide DHCP:` \
`# --net=host` \
`# --cap-add=NET_ADMIN` \
--cap-add=NET_ADMIN` \
-v "${DOCKER_CONFIGS}/pihole/:/etc/pihole/" \
-v "${DOCKER_CONFIGS}/dnsmasq.d/:/etc/dnsmasq.d/" \
-e ServerIP="${IP}" \

View File

@ -18,9 +18,7 @@ docker run -d \
-p 53:53/tcp -p 53:53/udp \
-p 80:80 \
-p 443:443 \
`# The 2 arguments below are required if Pi-hole is to provide DHCP:` \
`# --net=host` \
`# --cap-add=NET_ADMIN` \
--cap-add=NET_ADMIN \
-v "${DOCKER_CONFIGS}/pihole/:/etc/pihole/" \
-v "${DOCKER_CONFIGS}/dnsmasq.d/:/etc/dnsmasq.d/" \
-e ServerIP="${IP}" \