Skip to content

Commit

Permalink
1.9.0 does not support docker-compse.yml Version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lastcoolnameleft authored Aug 1, 2017
1 parent 0d7ee1d commit 5379619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-machine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ to your node, then run the following command:

```bash
sudo curl -L \
https://github.com/docker/compose/releases/download/1.9.0/docker-compose-`uname -s`-`uname -m` \
https://github.com/docker/compose/releases/download/1.15.0/docker-compose-`uname -s`-`uname -m` \
-o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
```
Expand Down

0 comments on commit 5379619

Please sign in to comment.