doc: Bump minimum Compose version requirement to 1.26.0

Prior to this version, surrounding quotes (single and double) were
preserved in values coming from the '.env' file, which is counter
intuitive and goes against the recommended practice of quoting values
containing special characters, such as passwords.

Closes #677
This commit is contained in:
Antoine Cotten 2022-02-28 15:33:50 +01:00
parent 9a52c6cf5f
commit 159c934ad2
No known key found for this signature in database
GPG Key ID: 94637E68D4A79DD0
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ own_. [sherifabdlnaby/elastdocker][elastdocker] is one example among others of p
### Host setup ### Host setup
* [Docker Engine](https://docs.docker.com/install/) version **18.06.0** or newer * [Docker Engine](https://docs.docker.com/install/) version **18.06.0** or newer
* [Docker Compose](https://docs.docker.com/compose/install/) version **1.22.0** or newer * [Docker Compose](https://docs.docker.com/compose/install/) version **1.26.0** or newer
* 1.5 GB of RAM * 1.5 GB of RAM
*:information_source: Especially on Linux, make sure your user has the [required permissions][linux-postinstall] to *:information_source: Especially on Linux, make sure your user has the [required permissions][linux-postinstall] to