diff --git a/docs/docs/features/libraries.md b/docs/docs/features/libraries.md index c09fd5043c..9eb05383b3 100644 --- a/docs/docs/features/libraries.md +++ b/docs/docs/features/libraries.md @@ -95,7 +95,7 @@ The `immich-server` container will need access to the gallery. Modify your docke + - /mnt/nas/christmas-trip:/mnt/media/christmas-trip:ro + - /home/user/old-pics:/mnt/media/old-pics:ro + - /mnt/media/videos:/mnt/media/videos:ro -+ - /mnt/media/videos2:/mnt/media/videos2 # the files in this folder can be deleted, as it does not end with :ro ++ - /mnt/media/videos2:/mnt/media/videos2 # WARNING: Immich will be able to delete the files in this folder, as it does not end with :ro + - "C:/Users/user_name/Desktop/my media:/mnt/media/my-media:ro" # import path in Windows system. ```