From 39c05ff78687bf4fd88f0615f775b87e9bbd5826 Mon Sep 17 00:00:00 2001 From: Akumatic Date: Wed, 5 Nov 2025 14:40:15 +0000 Subject: [PATCH] Change upload path Changing the upload path to /data according to the changelog for 1.137.0 (https://github.com/immich-app/immich/releases/tag/v1.137.0) According to the pull request (https://github.com/immich-app/immich/pull/20367), "Users are not required to make this change, but we do recommend it." --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3a67ee8..0106a86 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: healthcheck: disable: false volumes: - - photos:/usr/src/app/upload + - photos:/data - /etc/localtime:/etc/localtime:ro #ports: #- 2283:2283