diff --git a/docs/docs/start/docker.md b/docs/docs/start/docker.md index 27863f8173..a097664ea4 100644 --- a/docs/docs/start/docker.md +++ b/docs/docs/start/docker.md @@ -46,7 +46,7 @@ InvenTree run-time configuration options described in the [configuration documen As docker containers are ephemeral, any *persistent* data must be stored in an external [volume](https://docs.docker.com/storage/volumes/). To simplify installation / implementation, all external data are stored in a single volume, arranged as follows: -#### Media FIles +#### Media Files Uploaded media files are stored in the `media/` subdirectory of the external data volume. @@ -112,6 +112,13 @@ InvenTree stores any persistent data (e.g. uploaded media files, database data, !!! info "Data Directory" Make sure you change the path to the local directory where you want persistent data to be stored. +#### Database Connection + +The `inventree-db` container is configured to use the `postgres:13` docker image. The `inventree-server` and `inventree-worker` containers support connection to a postgres database up to (and including) version 15. + +!!! warning "Newer Postgres Versions" + The InvenTree docker image supports connection to a postgres database up to version 15. Connecting to a database using a newer version of postgres is not possible. + ## Common Issues ### Volume Mapping