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

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"