© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
ImmichI
Immich•7mo ago•
38 replies
Eladio

Have thumbs in a different folder

II'm using Immich in Docker on a VPS with a Backblaze bucket mounted at
/mnt/remote
/mnt/remote
for 300GB of photos. I want imported images on
/mnt/remote
/mnt/remote
, but thumbnails need to stay on the VPS, not remotely.

My
.env
.env
includes:

UPLOAD_LOCATION=/mnt/remote
THUMB_LOCATION=/home/xxxxx/docker-apps/immich-app/thumbs
UPLOAD_LOCATION=/mnt/remote
THUMB_LOCATION=/home/xxxxx/docker-apps/immich-app/thumbs


Initially, my
docker-compose.yml
docker-compose.yml
mapped thumbs under
upload
upload
:

volumes:
  - ${UPLOAD_LOCATION}:/usr/src/app/upload
  - ${THUMB_LOCATION}:/usr/src/app/upload/thumbs
  - ./backblaze:/mnt/remote
volumes:
  - ${UPLOAD_LOCATION}:/usr/src/app/upload
  - ${THUMB_LOCATION}:/usr/src/app/upload/thumbs
  - ./backblaze:/mnt/remote


This saved thumbs remotely.

Changing
docker-compose.yml
docker-compose.yml
to separate thumbs:

volumes:
  - ${UPLOAD_LOCATION}:/usr/src/app/upload
  - ${THUMB_LOCATION}:/usr/src/app/thumbs # Changed path
  - ./backblaze:/mnt/backblaze
volumes:
  - ${UPLOAD_LOCATION}:/usr/src/app/upload
  - ${THUMB_LOCATION}:/usr/src/app/thumbs # Changed path
  - ./backblaze:/mnt/backblaze


Now I get an
ENOENT
ENOENT
error: Immich can't find
/usr/src/app/upload/thumbs/.immich
/usr/src/app/upload/thumbs/.immich
. How do I keep thumbnails on the VPS while uploads go to the remote disk?
ImmichJoin
A place to hang out, get support, discuss Immich, get announcements about releases and anything else going on.
36,590Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Deleted `\thumbs\.immich` whilst clearing up thumbs folder - immich wont start
ImmichIImmich / help-desk-support
14mo ago
thumbs and encoded video end up in wrong folder
ImmichIImmich / help-desk-support
3w ago
folders inside a folder
ImmichIImmich / help-desk-support
3y ago
Cannot access web API after moving thumbs folder
ImmichIImmich / help-desk-support
14mo ago