|
Hello. My Immich has 2 active users who upload photos:
I have an external library, which includes folders:
I’ve connected an external library in the docker-compose.yml for Immich so that new uploaded photos are stored directly in that location. In "Managing External Libraries" in Immich, I connected folders in the following way
user:
When I upload photos as the user through Immich's mobile app, they are stored in the folder "gallery-admin-user". Admin sees these photos correctly, but the user sees the new photos twice. It is only with the new uploaded photos, which were not in the external library. Do you have ideas why the user sees the new uploaded photo twice? docker-compose.yml `services: immich_microservices: immich_ml: immich_redis: immich_postgres: volumes: networks: |
Replies: 1 comment 2 replies
|
I'm struggling to fully understand your mounts setup, but
You should not do this. UPLOAD_LOCATION and any external libraries should be entirely separate. |
Because that's not how Immich works. External libraries are external, just like the name says, and entirely separate from uploads. You can either manage the files yourself and use external libraries, or let Immich manage them by uploading, or go for some awkward inbetween.