Hello
My SSD is not very big, should be plenty for thumbs, but I want to activate Storage Template and move all the images to my disk.
docker-compose.yml:
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
- ${PROFILE_LOCATION}:/data/profile
- /etc/localtime:/etc/localtime:ro
- /media/raid/photos/photos/:/media/raid/photos/photos:ro
.env
# The location where your uploaded files are stored
UPLOAD_LOCATION=./library
PROFILE_LOCATION=/media/raid/photos/immich
Is this a legit way of doing it?
With kind regards
.