Skip to content
Discussion options

You must be logged in to vote

Ah I see the issue — Immich puts mobile uploads at /usr/src/app/upload/upload, not /upload/library. So the volume mount needs to target that exact path:

volumes:
  - /volume1/Media/Uploads:/usr/src/app/upload/upload

That'll redirect mobile uploads to your HDD (volume1) while everything else stays on the SSD. After changing it, do a full restart (docker compose down && docker compose up -d) so the new mount takes effect.

You can verify it's working by uploading a test photo from the app and checking ls /volume1/Media/Uploads/ on your NAS — you should see the user UUID folder appear there.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@jerkelens
Comment options

@Nickalus12
Comment options

@jerkelens
Comment options

@Nickalus12
Comment options

Answer selected by jerkelens
@jerkelens
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants