1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-27 03:35:09 +02:00

add ports to basic doco example

This commit is contained in:
diginc 2018-07-10 23:25:13 -05:00
parent 10f948fca0
commit bd925db871

View File

@ -5,7 +5,9 @@ services:
ports: ports:
- "53:53/tcp" - "53:53/tcp"
- "53:53/udp" - "53:53/udp"
- "67:67/udp"
- "80:80/tcp" - "80:80/tcp"
- "443:443/tcp"
environment: environment:
# enter your docker host IP here # enter your docker host IP here
ServerIP: ServerIP: