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

@@ -1,5 +1,4 @@
version: '3.7'
services:
services:
web:
build: app
ports: