Crow
Crow
IImmich
Created by Crow on 10/13/2023 in #help-desk-support
External library issue with Synology
Found the issue. I had not mapped the volume properly. On top of setting the external path on Immich's Administration page to /volume1/homes/myusername. I mapped the volume to immich-microservices and immich-server: - /volume1/homes:/volume1/homes:ro I.e.
volumes:
- /volume1/docker/immich/upload:/usr/src/app/upload
- /volume1/homes:/volume1/homes:ro
volumes:
- /volume1/docker/immich/upload:/usr/src/app/upload
- /volume1/homes:/volume1/homes:ro
3 replies