Update i_u_m_install.md
Clarifies getting latest docker compose.
Dieser Commit ist enthalten in:
Ursprung
124dcc63cd
Commit
4b5d1e1b8e
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
|
@ -18,8 +18,7 @@ systemctl start docker.service
|
||||||
```
|
```
|
||||||
|
|
||||||
- Docker-Compose
|
- Docker-Compose
|
||||||
**Use the latest docker-compose available** if you don't want to run the commands below.
|
**Use the latest docker-compose available**. Do **not** use deprecated versions that come with your distro. Either be sure to get the latest on your own, or use the command below which should do the same.
|
||||||
Do **not** use deprecated versions that come with your distro.
|
|
||||||
```
|
```
|
||||||
curl -L https://github.com/docker/compose/releases/download/$(curl -Ls https://www.servercow.de/docker-compose/latest.php)/docker-compose-$(uname -s)-$(uname -m) > /usr/local/bin/docker-compose
|
curl -L https://github.com/docker/compose/releases/download/$(curl -Ls https://www.servercow.de/docker-compose/latest.php)/docker-compose-$(uname -s)-$(uname -m) > /usr/local/bin/docker-compose
|
||||||
chmod +x /usr/local/bin/docker-compose
|
chmod +x /usr/local/bin/docker-compose
|
||||||
|
|
Laden …
In neuem Issue referenzieren