I just made a raid setup that's mounted locally on my Ubuntu server, my immich Docker container contains only a few photots so I changed UPLOAD_LOCATION= in the .env file to my drive location. But when I do that and rebuild the container, it does not work. Even after giving permissions for Docker to access the drive. I checked the logs of immish-server, and I got the error of this
[Nest] 7 - 03/11/2026, 1:05:43 AM ERROR [Microservices:StorageService] Failed to read (/data/encoded-video/.immich): Error: ENOENT: no such file or directory, open '/data/encoded-video/.immich'
I made this on my raid drive with the .immich copied over and all the folders, but I still get this error. I also tried both ways with /data/encoded-video/.immich and /encoded-video/.immich, if it doesn't need the data folder like how it shows in my original storage location. I'm still very new to using docker so tell me anything like a beginner.
i read the System Integrity Folder checks FAQ but i already have the .immich any ideas?