doc: Increase minimum Compose version

Versions below 1.20.0 do not pass proxy settings to containers created
by Compose. Therefore, we discourage users from using those versions.

Closes #465
This commit is contained in:
Antoine Cotten 2020-03-02 17:51:57 +01:00
parent b91b5c3866
commit 660ae0e824
No known key found for this signature in database
GPG Key ID: 94637E68D4A79DD0
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ language: minimal
services: docker
env:
- DOCKER_COMPOSE_VERSION=1.14.0
- DOCKER_COMPOSE_VERSION=1.20.1
before_install:
- sudo apt-get update

View File

@ -59,8 +59,8 @@ Other available stack variants:
### Host setup
* [Docker Engine](https://docs.docker.com/install/) version **17.05+**
* [Docker Compose](https://docs.docker.com/compose/install/) version **1.12.0+**
* [Docker Engine](https://docs.docker.com/install/) version **17.05+** or newer
* [Docker Compose](https://docs.docker.com/compose/install/) version **1.20.0+** or newer
* 1.5 GB of RAM
> :information_source: Especially on Linux, make sure your user has the [required permissions][linux-postinstall] to