pihole: add proxy entry

This commit is contained in:
Schneider Roland 2024-10-06 17:27:17 +02:00
parent 746ea412b6
commit 87f14fed9f

View File

@ -5,7 +5,6 @@ services:
- traefik.http.routers.pihole.rule=Host(`pihole.rschneider.net`) - traefik.http.routers.pihole.rule=Host(`pihole.rschneider.net`)
- traefik.http.routers.pihole.tls=true - traefik.http.routers.pihole.tls=true
- traefik.http.services.pihole.loadbalancer.server.port=80 - traefik.http.services.pihole.loadbalancer.server.port=80
container_name: pihole
image: pihole/pihole:latest image: pihole/pihole:latest
# For DHCP it is recommended to remove these ports and instead add: network_mode: "host" # For DHCP it is recommended to remove these ports and instead add: network_mode: "host"
ports: ports: