doc: Mention known incompatibilities with Compose < 1.26

Closes #698
This commit is contained in:
Antoine Cotten 2022-06-03 11:18:14 +02:00
parent f808ff31cf
commit 003b94d565
No known key found for this signature in database
GPG Key ID: 94637E68D4A79DD0
1 changed files with 5 additions and 0 deletions

View File

@ -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]) * [Docker Compose][compose-install] version **1.26.0** or newer (including [Compose V2][compose-v2])
* 1.5 GB of RAM * 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** > **Note**
> Especially on Linux, make sure your user has the [required permissions][linux-postinstall] to interact with the Docker > Especially on Linux, make sure your user has the [required permissions][linux-postinstall] to interact with the Docker
> daemon. > daemon.