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