Skip to content

Commit

Permalink
fix(docs): remove inline dev inquiries (#5733)
Browse files Browse the repository at this point in the history
* fix(docs): correct link; remove inline dev inquiries

* unfix relative path
  • Loading branch information
jonhnet authored Dec 17, 2023
1 parent 09402eb commit 0077189
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/docs/guides/external-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down Expand Up @@ -87,7 +84,7 @@ In the Immich web UI:
- Save the new path
<img src={require('./img/path-save.png').default} width="50%" title="Path Save button" />

- 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**
<img src={require('./img/scan-new-library-files.png').default} width="50%" title="Scan New Library Files menu option" />

# Confirm stuff is happening
Expand Down

0 comments on commit 0077189

Please sign in to comment.