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

@@ -14,6 +14,7 @@ Project structure:
[_docker-compose.yml_](docker-compose.yml)
```
version: "3.7"
services:
prometheus:
image: prom/prometheus

View File

@@ -1,3 +1,4 @@
version: "3.7"
services:
prometheus:
image: prom/prometheus