From 00771899daab9d0f3ab2ad564206422a9394f682 Mon Sep 17 00:00:00 2001 From: Jon Howell Date: Sun, 17 Dec 2023 07:46:29 -0800 Subject: [PATCH] fix(docs): remove inline dev inquiries (#5733) * fix(docs): correct link; remove inline dev inquiries * unfix relative path --- docs/docs/guides/external-library.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/docs/guides/external-library.md b/docs/docs/guides/external-library.md index a47addccab..ab60b3767e 100644 --- a/docs/docs/guides/external-library.md +++ b/docs/docs/guides/external-library.md @@ -16,9 +16,6 @@ Edit `docker-compose.yml` to add two new mount points under `volumes:` Be sure to add exactly the same line to both `immich-server:` and `immich-microservices:`. -[Question for the devs: Is editing docker-compose.yml really the desirable way to solve this problem? -I assumed user changes were supposed to be kept to .env?] - Edit `.env` to define `EXTERNAL_PATH`, substituting in the correct path for your computer: ``` @@ -87,7 +84,7 @@ In the Immich web UI: - Save the new path -- Click the three-dots menu and select **Scan New Library Files** [I'm not sure whether this is necessary] +- Click the three-dots menu and select **Scan New Library Files** # Confirm stuff is happening