From 07bc94ed10e1a9a31b4c83c94287e5ba5f285582 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 12 Oct 2021 21:46:22 +1100 Subject: [PATCH] Update docker.md --- docs/start/docker.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/start/docker.md b/docs/start/docker.md index 6508ea1..810acf4 100644 --- a/docs/start/docker.md +++ b/docs/start/docker.md @@ -8,6 +8,9 @@ The most convenient method of installing and running InvenTree is to use the off The InvenTree docker image contains all the required system packages, python modules, and configuration files for running a containerised InvenTree web server. +!!! warning "Docker Compose Version" + Tthe following guide is designed to work with docker-compose v1.x. There are currently known issues with docker-compose v2 support. If you are having issues with the docker installation guide, check the version of docker-compose you are running with the command `docker-compose --version`. + ### Environment Variables InvenTree run-time configuration options described in the [configuration documentation](./config.md) can be passed to the InvenTree container as environment variables.