Skip to content

Commit

Permalink
doc: Increase minimum Compose version
Browse files Browse the repository at this point in the history
Versions below 1.20.0 do not pass proxy settings to containers created
by Compose. Therefore, we discourage users from using those versions.

Closes deviantony#465
  • Loading branch information
antoineco committed Mar 2, 2020
1 parent b91b5c3 commit 660ae0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 660ae0e

Please sign in to comment.