Skip to content

Commit

Permalink
chore: update version in docker-compose.yml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JohnVillalovos committed Dec 26, 2021
1 parent ee66f4a commit 79321aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/fixtures/docker-compose.yml
@@ -1,4 +1,4 @@
version: '3'
version: '3.5'

networks:
gitlab-network:
Expand Down

0 comments on commit 79321aa

Please sign in to comment.