Skip to content

Commit

Permalink
Merge pull request #1245 from pi-hole/dev
Browse files Browse the repository at this point in the history
Dev - > master
  • Loading branch information
PromoFaux authored Nov 27, 2022
2 parents 41aa699 + 8aa6623 commit a787e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docker-compose-caddy-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a787e29

Please sign in to comment.