External Storage Help
Im using Unraid, and I set the external path to be /mnt/user/Photos for my user (admin). Then for the import path i put /mnt/user/Photos/Home-Pictures-and-Videos. However nothing is happening. Am I missing a step? version 1.81.1
14 Replies
Can you post the screenshots?



Can you see the path inside the container? Can you help post your docker-compose as well?
Pastebin
version: "3.8"services: immich-server: container_name: immich_s...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
"Can you see the path inside the container?" - I'm dumb, how do I do this
oh i think i know what you mean,hmm before I could but now it just shows that Home > user > Photos

thats for the Immich folder thats inside the Photos container mentioned earlier
Troubleshooting guide: https://immich.app/docs/features/libraries#troubleshooting
Libraries | Immich
Overview
Oh didn't know I was supposed to edit the compose file. Here is the updated file: https://pastebin.com/qL0MNx6e, still no dice
You have to mount it to an arbitrary mount path in your container
In your case it would be
/mnt/user/Photos/Home-Pictures-and-Videos:/mnt/user/Photos:ro
like this yus?

hm still not syncing


yeah try that