mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 09:39:56 +00:00
1.9.0 does not support docker-compse.yml Version 3
This commit is contained in:
@@ -71,7 +71,7 @@ to your node, then run the following command:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo curl -L \
|
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
|
-o /usr/local/bin/docker-compose
|
||||||
sudo chmod +x /usr/local/bin/docker-compose
|
sudo chmod +x /usr/local/bin/docker-compose
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user