Merge pull request #87 from lastcoolnameleft/patch-1

1.9.0 does not support docker-compse.yml Version 3
This commit is contained in:
Jérôme Petazzoni
2017-08-01 23:31:53 -07:00
committed by GitHub

View File

@@ -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
```