From c25cafc650d0edc6b008ba8b1c17ebddfecc0c97 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 10 Sep 2025 09:15:15 -0300 Subject: [PATCH] update immich version --- immich-app/.env | 6 ++---- immich-app/docker-compose.yml | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/immich-app/.env b/immich-app/.env index c4477a7..27cf484 100644 --- a/immich-app/.env +++ b/immich-app/.env @@ -1,10 +1,10 @@ # You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables # The location where your uploaded files are stored -UPLOAD_LOCATION=./library +UPLOAD_LOCATION=/mnt/immich-library # The Immich version to use. You can pin this to a specific version like "v1.71.0" -IMMICH_VERSION=v1.137.3 +IMMICH_VERSION=v1.141.1 # Connection secret for postgres. You should change it to a random password DB_PASSWORD=asdf1234 @@ -16,5 +16,3 @@ DB_USERNAME=postgres DB_DATABASE_NAME=immich REDIS_HOSTNAME=immich_redis - -EXTERNAL_LIB_CANON=/mnt/Canon diff --git a/immich-app/docker-compose.yml b/immich-app/docker-compose.yml index 43edaf4..5d9e050 100644 --- a/immich-app/docker-compose.yml +++ b/immich-app/docker-compose.yml @@ -6,7 +6,6 @@ services: volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro - - ${EXTERNAL_LIB_CANON}:/usr/src/app/external/canon:ro env_file: - .env ports: