Added the right public port for pihole config

Otherwise it doesn't work.

Signed-off-by: Jan Ferme <10115360+th0r88@users.noreply.github.com>
This commit is contained in:
Jan Ferme 2022-11-21 01:00:18 +01:00 committed by GitHub
parent 41aa699aab
commit 91a174f976
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"