From 6c8fad4cac2821516459e5a870c8e3e45151f16a Mon Sep 17 00:00:00 2001 From: Tejpal Sahota Date: Mon, 11 Mar 2024 13:02:55 -0400 Subject: [PATCH] docs: Update external-library.md (#7850) Although it is written clearly directly below, showing an example of what to change for both containers makes it very clear for people who just skim the code sections. --- docs/docs/guides/external-library.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/guides/external-library.md b/docs/docs/guides/external-library.md index b1d4b67b2e..ba60e8b118 100644 --- a/docs/docs/guides/external-library.md +++ b/docs/docs/guides/external-library.md @@ -14,6 +14,12 @@ Edit `docker-compose.yml` to add two new mount points under `volumes:` - ${EXTERNAL_PATH}:/usr/src/app/external ``` +``` + immich-microservices: + volumes: + - ${EXTERNAL_PATH}:/usr/src/app/external +``` + Be sure to add exactly the same line to both `immich-server:` and `immich-microservices:`. Edit `.env` to define `EXTERNAL_PATH`, substituting in the correct path for your computer: