We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89708c4 commit a09e279Copy full SHA for a09e279
compose/install.md
@@ -34,7 +34,7 @@ To install Compose, do the following:
34
The following is an example command illustrating the format:
35
36
```bash
37
- $ curl -L "https://github.com/docker/compose/releases/download/1.10.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
+ $ curl -L "https://github.com/docker/compose/releases/download/1.11.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
38
```
39
40
If you have problems installing with `curl`, see
0 commit comments