1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-20 14:36:39 +02:00

Update doco-example.yml with dns flags

Signed-off-by: Kevin Mah <mahzilla@gmail.com>
This commit is contained in:
Kevin Mah 2018-10-10 08:06:22 -07:00
parent 0dec8ad9f4
commit b249633b5a

View File

@ -2,6 +2,9 @@ version: "3"
services:
pihole:
image: pihole/pihole:latest
dns:
- 127.0.0.1
- 1.1.1.1
ports:
- "53:53/tcp"
- "53:53/udp"