From aa67c7002e21e4507441eda66ec3c263722c0e55 Mon Sep 17 00:00:00 2001 From: jaydee Date: Sun, 23 Feb 2025 20:02:07 +0100 Subject: [PATCH] lala --- immich/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index dfbf6e0..d698416 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -18,7 +18,7 @@ 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}:/usr/src/app/upload - - /share/Photo:/mnt/photos2:ro + - /media/nas/nas-photo:/mnt/photos2:ro - /etc/localtime:/etc/localtime:ro env_file: - stack.env