1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-26 19:25:31 +02:00

Merge pull request #1242 from th0r88/patch-1

Added the right public port for pihole config
This commit is contained in:
Adam Warner 2022-11-21 07:12:18 +00:00 committed by GitHub
commit 8aa6623844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ services:
networks: networks:
- caddy-net # Need to plug into caddy net to access proxy - caddy-net # Need to plug into caddy net to access proxy
ports: ports:
- "8081/tcp" # Pi-hole web admin interface, proxied through Caddy (configure port in Caddyfile) - "8081:80/tcp" # Pi-hole web admin interface, proxied through Caddy (configure port in Caddyfile)
# Following are NOT proxied through Caddy, bound to host net instead: # Following are NOT proxied through Caddy, bound to host net instead:
- "53:53/udp" - "53:53/udp"
- "53:53/tcp" - "53:53/tcp"