1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 22:51:59 +00:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: