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