From f286c5bc92db175a57fa6727f2a1847717699daa Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Wed, 5 Sep 2018 12:07:23 +0200 Subject: [PATCH] Fix required Docker version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 255f87c..253d981 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Based on the official Docker images from Elastic: ### Host setup -1. Install [Docker](https://www.docker.com/community-edition#/download) version **17.03+** +1. Install [Docker](https://www.docker.com/community-edition#/download) version **17.05+** 2. Install [Docker Compose](https://docs.docker.com/compose/install/) version **1.6.0+** 3. Clone this repository