Remove version from compose files to conform to the specification (#167)

https://github.com/compose-spec/compose-spec/blob/master/spec.md#version-top-level-element

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours
2021-11-04 15:51:58 +01:00
committed by GitHub
parent 0a0a53b7c7
commit 2056ab2f01
36 changed files with 2 additions and 39 deletions

View File

@@ -13,7 +13,6 @@ Project structure:
[_docker-compose.yaml_](docker-compose.yaml)
```
version: "3.7"
services:
sparkjava:
build: sparkjava

View File

@@ -1,4 +1,3 @@
version: "3.7"
services:
sparkjava:
build: sparkjava