Merge pull request #1979 from flemzord/patch-1

Change version for docker-compose
This commit is contained in:
Victoria Bialas 2017-03-02 15:34:02 -08:00 committed by GitHub
commit 00d60e3054
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ To install Compose, do the following:
The following is an example command illustrating the format:
```bash
$ curl -L "https://github.com/docker/compose/releases/download/1.11.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
$ curl -L "https://github.com/docker/compose/releases/download/1.11.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
```
If you have problems installing with `curl`, see