Update README.md

switch `create` back to `run -d`
This commit is contained in:
Adam Hill 2017-05-22 12:31:00 -05:00 committed by GitHub
parent fbb130c066
commit 726aef6b4e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ IPv6_LOOKUP="$(ip -6 route get 2001:4860:4860::8888 | awk '{ print $10; exit }')
IP="${IP:-$IP_LOOKUP}" # use $IP, if set, otherwise IP_LOOKUP
IPv6="${IPv6:-$IPv6_LOOKUP}" # use $IPv6, if set, otherwise IP_LOOKUP
docker create \
docker run -d \
--name pihole \
-p 53:53/tcp -p 53:53/udp -p 80:80 \
-v </path/to/store/pihole>:/etc/pihole \