immich fix

This commit is contained in:
Schneider Roland 2025-03-25 16:13:55 +01:00
parent 0cae1d5604
commit ce5b72693e

View File

@ -4,7 +4,7 @@ services:
labels: labels:
- traefik.http.routers.pihole.rule=Host(`internal.pihole.rschneider.hu`) - 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.routers.pihole.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"