mirror of https://github.com/docker/docs.git
Merge pull request #1979 from flemzord/patch-1
Change version for docker-compose
This commit is contained in:
commit
00d60e3054
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue