I
Immich2y ago
Andrei

Cannot access external library

Hello, I've just installed immich and I am trying to add an external library with some original photos. I have mapped the volumes in both server and microservices containers, added the external library from the UI but I see no photo. My container it's looking like this: immich-server: container_name: immich_server image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} command: ["start.sh", "immich"] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro - /media/Photos:/usr/src/app/Photos:ro env_file: - .env depends_on: - redis - database - typesense restart: always I have scanned the library. Of course I have many photos inside /media/Photos but it seems that immich cannot use it or access these files
No description
9 Replies
Andrei
AndreiOP2y ago
from the service container I am able to see the content of /usr/src/app/Photos so the folder it's mapped correctly
bo0tzz
bo0tzz2y ago
Did you set the correct path in the user settings?
Andrei
AndreiOP2y ago
yes, sure. Please check the uploaded screenshot one question. The mounted folder it's a normal folder full of images, it was not generated by immich. immich It's abble to scan it and to use it?
bo0tzz
bo0tzz2y ago
I mean the user account settings in the admin panel
Andrei
AndreiOP2y ago
No description
Andrei
AndreiOP2y ago
this one?
bo0tzz
bo0tzz2y ago
Yes
Andrei
AndreiOP2y ago
it's set correctly? hi @bo0tzz can you please tell me if it's something I'm doing wrong?
Andrei
AndreiOP2y ago
wow, after I restarted the server started to work:
No description

Did you find this page helpful?