From 79321aa0e33f0f4bd2ebcdad47769a1a6e81cba8 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Sun, 26 Dec 2021 14:45:06 -0800 Subject: [PATCH] chore: update version in docker-compose.yml When running with docker-compose on Ubuntu 20.04 I got the error: $ docker-compose up ERROR: The Compose file './docker-compose.yml' is invalid because: networks.gitlab-network value Additional properties are not allowed ('name' was unexpected) Changing the version in the docker-compose.yml file fro '3' to '3.5' resolved the issue. --- tests/functional/fixtures/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/fixtures/docker-compose.yml b/tests/functional/fixtures/docker-compose.yml index 134f2663f..e4869fbe0 100644 --- a/tests/functional/fixtures/docker-compose.yml +++ b/tests/functional/fixtures/docker-compose.yml @@ -1,4 +1,4 @@ -version: '3' +version: '3.5' networks: gitlab-network: