adding more dns setting documentation

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill
2018-10-15 22:35:13 -05:00
parent 38ab3afae1
commit 173707fb2d
4 changed files with 11 additions and 0 deletions

View File

@@ -44,6 +44,9 @@ services:
domainname: homedomain.lan
image: pihole/pihole:latest
dns:
- 127.0.0.1
- 1.1.1.1
ports:
- '0.0.0.0:53:53/tcp'
- '0.0.0.0:53:53/udp'