From 2257a9bfc44ca541dc90a43fa84641150372467e Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Sun, 11 Aug 2019 17:58:42 +0300 Subject: [PATCH] Change the required Docker Compose version to 3.2 With the default Docker installed from sources on Ubuntu 19.04 it failed starting the project when asking for Compose version 3.7, but everything worked fine with 3.2. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index c8ed6c887f..ce0fcd257e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ # This configuration file is for the **development** setup. # For a production example please refer to setup/docker-compose.yml. -version: '3.7' +version: '3.2' services: server: build: .