From 126faba240ea50a53a36fc7d586eca9b6ae7fac9 Mon Sep 17 00:00:00 2001 From: Benjamin Stolz Date: Thu, 14 May 2026 22:58:19 +0200 Subject: [PATCH] add external libraries to immich --- immich/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index 6816b39..e291f5d 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -24,6 +24,8 @@ services: volumes: # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file - ${UPLOAD_LOCATION}:/data + - /mnt/user/volume1/photo:/mnt/media/master-library:ro # Mount External Library "Master Library" + - /mnt/user/nextcloud-data/tonitrus/files/photos:/mnt/media/tonitrus-photos:ro # Mount External Library "Tonitrus Photos" - /etc/localtime:/etc/localtime:ro ports: - "2283:2283"