1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 07:18:06 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 2 additions and 39 deletions

View file

@ -1,4 +1,3 @@
version: "3.7"
services:
web:
image: nginx