Struggling with Storage Locations
I'm trying to store files in a separate directory from where immich has the db files and the docker-compose and .env files are located. All I ever see when I log into the page is
.env file locations:
Running on ubuntu server, installed with the recommended docker compose scripts.
What am I missing?
Storage spaceSo it's putting everything on the boot drive, not the directories I added for this (sdc is 480GB, sdd is 1.2TB)
21 GiB of 53.7 GiB used
.env file locations:
UPLOAD_LOCATION=/mnt/immstor/librarydf -h returns:
THUMB_LOCATION=/mnt/immcach/thumbs
ENCODED_VIDEO_LOCATION=/mnt/immstor/encoded-video
PROFILE_LOCATION=/mnt/immcach/profile
Filesystem Size Used Avail Use% Mounted onI've tried many different things. Tried mirroring the file locations in and not touching the compose file. I've deleted the immich-app folder any time I changed the configs and restarted the containers.
tmpfs 3.6G 2.1M 3.6G 1% /run
/dev/mapper/ubuntu--vg-ubuntu--lv 54G 22G 30G 42% /
tmpfs 18G 0 18G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/sdb 879G 6.0G 829G 1% /mc
/dev/sda2 2.0G 194M 1.6G 11% /boot
tmpfs 3.6G 12K 3.6G 1% /run/user/1000
/dev/sdd 1.1T 28K 1.1T 1% /immstor
/dev/sdc1 448G 1.0M 448G 1% /immcach
Running on ubuntu server, installed with the recommended docker compose scripts.
What am I missing?


