Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit79321aa

Browse files
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.
1 parentee66f4a commit79321aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/functional/fixtures/docker-compose.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version:'3'
1+
version:'3.5'
22

33
networks:
44
gitlab-network:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp