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"
@ -11,7 +12,7 @@ services:
- "53:53/tcp" - "53:53/tcp"
- "53:53/udp" - "53:53/udp"
# - "67:67/udp" # Only required if you are using Pi-hole as your DHCP server # - "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
- "4114:80/tcp" - "4114:80/tcp"
environment: environment:
TZ: 'Europe/Budapest' TZ: 'Europe/Budapest'
WEBPASSWORD: ${PI_HOLE_PASSWORD} WEBPASSWORD: ${PI_HOLE_PASSWORD}