[#65] services: Fix docker-compose warnings
All checks were successful
DCO action / DCO (pull_request) Successful in 5m24s
All checks were successful
DCO action / DCO (pull_request) Successful in 5m24s
There were multiple warning like this one. ``` WARN[0000] /secret/services/rest_gate/docker-compose.yml: `version` is obsolete ``` According to docker-compose spec, the parameter is indeed purely informative: https://github.com/compose-spec/compose-spec/blob/master/spec.md#version-and-name-top-level-elements Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
8edfcb364d
commit
47b4917e7b
11 changed files with 0 additions and 11 deletions
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
|
||||
version: "2.4"
|
||||
services:
|
||||
s3_gate:
|
||||
image: ${S3_GW_IMAGE}:${S3_GW_VERSION}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue