mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-05-08 09:48:31 +01:00
adding more dns setting documentation
Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
@@ -24,6 +24,8 @@ docker run -d \
|
||||
-e ServerIP="${IP}" \
|
||||
-e ServerIPv6="${IPv6}" \
|
||||
--restart=unless-stopped \
|
||||
--cap-add=NET_ADMIN \
|
||||
--dns=127.0.0.1 --dns=1.1.1.1 \
|
||||
pihole/pihole:latest
|
||||
|
||||
echo -n "Your password for https://${IP}/admin/ is "
|
||||
|
||||
Reference in New Issue
Block a user