From 9d44d382c9fb8e4a8cc52bda2e076432f2b8c5a3 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 14 Feb 2026 20:35:48 +0000 Subject: [PATCH] Update Photography_Containers/immich/compose.yaml --- Photography_Containers/immich/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Photography_Containers/immich/compose.yaml b/Photography_Containers/immich/compose.yaml index f080e85..dbd7ba0 100644 --- a/Photography_Containers/immich/compose.yaml +++ b/Photography_Containers/immich/compose.yaml @@ -38,8 +38,8 @@ services: - flame.icon=https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/immich.svg - traefik.enable=true - traefik.docker.network=traefik_network - - traefik.http.routers.${SERVICE_NAME}.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`) - - traefik.http.routers.${SERVICE_NAME}.entrypoints=web + #- traefik.http.routers.${SERVICE_NAME}.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`) + #- traefik.http.routers.${SERVICE_NAME}.entrypoints=web - traefik.http.routers.${SERVICE_NAME}-https.tls=true - traefik.http.routers.${SERVICE_NAME}-https.tls.certresolver=cloudflare - traefik.http.routers.${SERVICE_NAME}-https.entrypoints=websecure