Skip to content

Commit

Permalink
Remove docker compose versioning
Browse files Browse the repository at this point in the history
Specifying docker specification version is not required:
https://docs.docker.com/compose/compose-file/04-version-and-name/

Signed-off-by: Saeed Rezaee <[email protected]>
  • Loading branch information
SaeedRe committed Jan 18, 2024
1 parent 4488a23 commit 84211dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To build this project from source:
./gradlew assemble
```

to build this project and run the tests (`docker 17.09.0+` and `docker-compose 1.27.0+` required):
to build this project and run the tests (`docker 19.03.0+` and `docker-compose 1.27.0+` required):

```shell
./gradlew build
Expand Down
2 changes: 0 additions & 2 deletions docker/test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
#
# SPDX-License-Identifier: EPL-2.0
#
version: "3.7"

services:

update-server:
Expand Down

0 comments on commit 84211dd

Please sign in to comment.