Merge pull request #1245 from pi-hole/dev

Dev - > master
This commit is contained in:
Adam Warner 2022-11-27 21:46:10 +00:00 committed by GitHub
commit a787e29aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ services:
networks:
- caddy-net # Need to plug into caddy net to access proxy
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:
- "53:53/udp"
- "53:53/tcp"