diff --git a/Photography_Containers/immich/compose.yaml b/Photography_Containers/immich/compose.yaml index 15308ed..1ff4195 100644 --- a/Photography_Containers/immich/compose.yaml +++ b/Photography_Containers/immich/compose.yaml @@ -62,7 +62,6 @@ services: - .env networks: - immich - - traefik_network restart: unless-stopped healthcheck: disable: false @@ -75,7 +74,6 @@ services: restart: unless-stopped networks: - immich - - traefik_network database: container_name: immich_postgres @@ -97,5 +95,4 @@ services: healthcheck: disable: false networks: - - immich - - traefik_network \ No newline at end of file + - immich \ No newline at end of file