From e684074957da12c10e31893b70fcefee418851a4 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 23:13:56 +0000 Subject: [PATCH] Update Photography_Containers/immich/compose.yaml --- Photography_Containers/immich/compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Photography_Containers/immich/compose.yaml b/Photography_Containers/immich/compose.yaml index 1d76f78..eb13c6d 100644 --- a/Photography_Containers/immich/compose.yaml +++ b/Photography_Containers/immich/compose.yaml @@ -60,7 +60,7 @@ services: env_file: - .env networks: - - immich_network + - immich restart: unless-stopped healthcheck: disable: false @@ -72,7 +72,7 @@ services: test: redis-cli ping || exit 1 restart: unless-stopped networks: - - immich_network + - immich database: container_name: immich_postgres @@ -94,4 +94,4 @@ services: healthcheck: disable: false networks: - - immich_network \ No newline at end of file + - immich \ No newline at end of file