From 4be7fcbf4d81644b81d663af392dd026503ef2e3 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 23:25:40 +0000 Subject: [PATCH] Update Photography_Containers/immich/compose.yaml --- Photography_Containers/immich/compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Photography_Containers/immich/compose.yaml b/Photography_Containers/immich/compose.yaml index dca6d01..0c392f0 100644 --- a/Photography_Containers/immich/compose.yaml +++ b/Photography_Containers/immich/compose.yaml @@ -61,6 +61,7 @@ services: - .env networks: - immich + - traefik_network restart: unless-stopped healthcheck: disable: false @@ -95,4 +96,5 @@ services: healthcheck: disable: false networks: - - immich \ No newline at end of file + - immich + - traefik_network \ No newline at end of file