8000
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 be9e19c commit e79f99eCopy full SHA for e79f99e
README.md
@@ -9,6 +9,12 @@ Before start you must remove the legacy `docker-compose` command. For example fo
9
### Ubuntu
10
11
```shell
12
+$ sudo curl -sL https://www.javanile.org/docker-compose/docker-compose -o /usr/local/bin/docker-compose
13
+$ sudo chmod +x /usr/local/bin/docker-compose
14
+```
15
+
16
+```shell
17
+https://www.javanile.org/docker-compose/docker-compose
18
$ sudo curl -sL https://raw.githubusercontent.com/javanile/docker-compose/main/docker-compose -o /usr/local/bin/docker-compose
19
$ sudo chmod +x /usr/local/bin/docker-compose
20
```
0 commit comments