Unraid + Immich: THUMB_LOCATION bind mount ignored, thumbs still stored in main folder
🚧Setup❓Question🗄️Server☑️Ready
In my new install of Immich on my Unraid server, I wanted to store the thumbs in the SSD and not the array, so as per the documentation, I used the below:
The .env file gets this:
THUMB_LOCATION=/mnt/user/immich-thumbs
THUMB_LOCATION=/mnt/user/immich-thumbs
The compose file under the upload_location gets this:
- ${THUMB_LOCATION}:/data/thumbs
- ${THUMB_LOCATION}:/data/thumbs
Yet now I realize that the
/mnt/user/immich-thumbs
/mnt/user/immich-thumbs
is totally EMPTY and all the thumbs are in the main immich folder. What could have gone wrong wrong here?