From 623ca17a6bfe2f717c46c10657dfb42ac68a72e4 Mon Sep 17 00:00:00 2001 From: Boris Sekachev Date: Tue, 6 Oct 2020 10:47:57 +0300 Subject: [PATCH] Updated docker-compose versions in installation guide (#2261) --- cvat/apps/documentation/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cvat/apps/documentation/installation.md b/cvat/apps/documentation/installation.md index 90d455c18..c7ecfdb3a 100644 --- a/cvat/apps/documentation/installation.md +++ b/cvat/apps/documentation/installation.md @@ -326,7 +326,7 @@ specify the `CVAT_HOST` environment variable. The best way to do that is to crea all your extra settings here. ```yml -version: "2.3" +version: "3.3" services: cvat_proxy: @@ -344,7 +344,7 @@ To do that you can mount it to CVAT docker container. Example of docker-compose.override.yml for this purpose: ```yml -version: "2.3" +version: "3.3" services: cvat: @@ -437,7 +437,7 @@ mkdir -p $HOME/cvat/letsencrypt-webroot/.well-known/acme-challenge ```yaml # docker-compose.override.yml -version: "2.3" +version: "3.3" services: cvat_proxy: -- GitLab