From 003b94d5652e2021b40144bd64d78d6320fee198 Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Fri, 3 Jun 2022 11:18:14 +0200 Subject: [PATCH] doc: Mention known incompatibilities with Compose < 1.26 Closes #698 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ec715be64d..7919880412 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,11 @@ own_. [sherifabdlnaby/elastdocker][elastdocker] is one example among others of p * [Docker Compose][compose-install] version **1.26.0** or newer (including [Compose V2][compose-v2]) * 1.5 GB of RAM +> **Warning** +> While Compose versions between **1.22.0** and **1.25.5** can technically run this stack as well, these versions have a +> [known issue](https://github.com/deviantony/docker-elk/pull/678#issuecomment-1055555368) which prevents them from +> parsing quoted values properly inside `.env` files. + > **Note** > Especially on Linux, make sure your user has the [required permissions][linux-postinstall] to interact with the Docker > daemon.