Replacing thumb folder to another location
I tried relocating the thumbnail folder and i failed:
name: immich
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
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=/home/home/DATA_HDD/immich_data/upload
THUMB_LOCATION=/home/home/Documents/immich_thumbs
ENCODED_VIDEO_LOCATION=/home/home/DATA_HDD/immich_data/profile
PROFILE_LOCATION=/home/home/DATA_HDD/immich_data/profile
BACKUP_LOCATION=/home/home/DATA_HDD/immich_data/backups
And i tried copying the thumbnail folder content into the new folder but now it fails:
name: immich
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
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}:/data
- ${THUMB_LOCATION}:/data/thumbs
- ${ENCODED_VIDEO_LOCATION}:/data/encoded-video
- ${PROFILE_LOCATION}:/data/profile
- ${BACKUP_LOCATION}:/data/backups
- /etc/localtime:/etc/localtime:ro
- /home/home/DATA_HDD/2004-2023:/external/2004-2023
env_file: - .env
ports: - '2283:2283'
UPLOAD_LOCATION=/home/home/DATA_HDD/immich_data/upload
THUMB_LOCATION=/home/home/Documents/immich_thumbs
ENCODED_VIDEO_LOCATION=/home/home/DATA_HDD/immich_data/profile
PROFILE_LOCATION=/home/home/DATA_HDD/immich_data/profile
BACKUP_LOCATION=/home/home/DATA_HDD/immich_data/backups
And i tried copying the thumbnail folder content into the new folder but now it fails: