Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/docs/guides/external-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This guide walks you through adding an [External Library](/docs/features/librari
This guide assumes you are running Immich in Docker and that the files you wish to access are stored
in a directory on the same machine.

**Note:** This currently (v1.135.3) works for the admin user, only. Albums created this way can be shared, but the "Expore" feature (Face recognition aka People, Places) can not be made available.

# Mount the directory into the containers.

Edit `docker-compose.yml` to add one or more new mount points in the section `immich-server:` under `volumes:`.
Expand Down
Loading