From 47fa506b72484135e05710a2e7c2a102dd33586f Mon Sep 17 00:00:00 2001 From: Maksym Buz <79866323+xopek-by@users.noreply.github.com> Date: Sun, 23 Feb 2025 14:03:13 +0100 Subject: [PATCH] separated thumbs location to be able to store them on local drive --- immich/docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/immich/docker-compose.yaml b/immich/docker-compose.yaml index 45045f8..4d27c4e 100644 --- a/immich/docker-compose.yaml +++ b/immich/docker-compose.yaml @@ -18,6 +18,7 @@ services: volumes: # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file - ${UPLOAD_LOCATION}:/usr/src/app/upload + - ${THUMB_LOCATION}:/usr/src/app/upload/thumbs - /etc/localtime:/etc/localtime:ro env_file: - .env