From 620907d136a3f9e31512627d293c309c8439a3d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20=C3=81lvaro?= Date: Mon, 26 Oct 2020 10:39:55 +0100 Subject: [PATCH] doc: Update README.md Change docker-compose version to support start_period argument --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23d37f4..9165fad 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,7 @@ If you are running this image under k8s, you can define a _liveness command_ as If you use `docker-compose` as your container orchestrator, you can add the following entries to your compose file: ```yml -version: "3" +version: "3.4" services: master: