From 7637c1c881217c230afa18695206e48ac9344472 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 23:38:04 +0000 Subject: [PATCH] Update Photography_Containers/immich/compose.yaml --- Photography_Containers/immich/compose.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Photography_Containers/immich/compose.yaml b/Photography_Containers/immich/compose.yaml index 1ff4195..a41f119 100644 --- a/Photography_Containers/immich/compose.yaml +++ b/Photography_Containers/immich/compose.yaml @@ -2,12 +2,6 @@ # Make sure to use the docker-compose.yml of the current release: # https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml name: immich -networks: - traefik_network: - external: true - immich: - name: immich_network - driver: bridge services: immich-server: @@ -95,4 +89,11 @@ services: healthcheck: disable: false networks: - - immich \ No newline at end of file + - immich + +networks: + traefik_network: + external: true + immich: + name: immich_network + driver: bridge \ No newline at end of file