1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 06:31:58 +00:00

add the mountpoint warning from the release notes to the docs

This commit is contained in:
Daniel Dietzler 2024-05-10 15:40:58 +02:00 committed by GitHub
parent 757840c2fd
commit 98d598c76f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,13 @@ If this should not work, try running `docker compose up -d --force-recreate`.
| `UPLOAD_LOCATION` | Host Path for uploads | | server, microservices |
| `DB_DATA_LOCATION` | Host Path for Postgres database | | database |
:::warning
Do not use a directory under `/mnt` for `DB_DATA_LOCATION` if you are using WSL.
Generally (on all operating systems) we recommend against using a network share for your database location. This is bound to break and cause all sorts of weird issues.
:::
:::tip
These environment variables are used by the `docker-compose.yml` file and do **NOT** affect the containers directly.