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
parent b91b5c38
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment