From f603b95e5459dd54ae3d8f8f588c1b28e64b91a9 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 23:36:07 +0000 Subject: [PATCH] Update Photography_Containers/immich/compose.yaml --- Photography_Containers/immich/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Photography_Containers/immich/compose.yaml b/Photography_Containers/immich/compose.yaml index 0c392f0..15308ed 100644 --- a/Photography_Containers/immich/compose.yaml +++ b/Photography_Containers/immich/compose.yaml @@ -43,6 +43,7 @@ services: - flame.url=http://${SERVICE_NAME}.${DOMAIN_NAME} #Adjust to your domain or IP - 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 restart: unless-stopped