From 02f1b2549c8c42c7242a79f063892a63b466f9c6 Mon Sep 17 00:00:00 2001 From: Willem Serruys Date: Sat, 29 Aug 2026 08:55:49 +0200 Subject: [PATCH] fix: env file --- docker-compose-immich.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose-immich.yml b/docker-compose-immich.yml index e4702e0..5a021dd 100644 --- a/docker-compose-immich.yml +++ b/docker-compose-immich.yml @@ -21,7 +21,7 @@ services: - ${UPLOAD_LOCATION}:/data - /etc/localtime:/etc/localtime:ro env_file: - - .immich.env + - immich.env labels: - traefik.http.routers.immich.rule=Host(`immich.pladijs`) - traefik.http.services.immich.loadbalancer.server.port=2283 @@ -43,7 +43,7 @@ services: volumes: - model-cache:/cache env_file: - - .env + - immich.env restart: always healthcheck: disable: false