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

This reverts commit 2056ab2f01.
This commit is contained in:
Jon Maj
2021-11-28 23:56:37 +01:00
parent 93f8f18f64
commit 5accf6af0e
36 changed files with 39 additions and 2 deletions

View File

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

View File

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