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."
This commit is contained in:
2025-11-05 14:40:15 +00:00
parent 8e06c89b87
commit 39c05ff786

View File

@@ -15,7 +15,7 @@ services:
healthcheck:
disable: false
volumes:
- photos:/usr/src/app/upload
- photos:/data
- /etc/localtime:/etc/localtime:ro
#ports:
#- 2283:2283