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.
This commit is contained in:
Tejpal Sahota
2024-03-11 13:02:55 -04:00
committed by GitHub
parent 8c3ff65402
commit 6c8fad4cac

View File

@@ -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: