chane pihole dns name

This commit is contained in:
Schneider Roland 2025-03-23 20:47:34 +01:00
parent 477631ce94
commit 7d9457d080

View File

@ -2,8 +2,9 @@
services: services:
pihole: pihole:
labels: labels:
- traefik.http.routers.pihole.rule=Host(`pihole.rschneider.net`) - traefik.http.routers.pihole.rule=Host(`internal.pihole.rschneider.hu`)
- traefik.http.routers.pihole.tls=true - traefik.http.routers.pihole.tls=true
- traefik.http.routers.immich-public.entrypoints=web, websecure
- traefik.http.services.pihole.loadbalancer.server.port=80 - traefik.http.services.pihole.loadbalancer.server.port=80
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"