From d71ac391681f2728be67786a9ee5f8da5767c601 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 12 Oct 2021 21:46:52 +1100 Subject: [PATCH] Update docker.md --- docs/start/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/docker.md b/docs/start/docker.md index 810acf4..268dfba 100644 --- a/docs/start/docker.md +++ b/docs/start/docker.md @@ -9,7 +9,7 @@ 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`. + Tthe following guide is designed to work with docker-compose v1.x. There are currently known issues with [docker-compose v2 support](https://github.com/docker/compose/releases/tag/v2.0.0). 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