From 76497a76c9409df1f229c504deb5db15556e086b Mon Sep 17 00:00:00 2001 From: dado Date: Fri, 1 Aug 2025 20:06:45 +0200 Subject: [PATCH] update compose --- immich/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index 44e98f1..9d95f6d 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -11,7 +11,7 @@ services: cpus: 0.5 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 + - ${UPLOAD_LOCATION}:/data - /etc/localtime:/etc/localtime:ro env_file: - .env