From bc2350fa18b0b923670d2bd61421762ca98f0bce Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Thu, 1 Sep 2022 10:36:20 +0200 Subject: [PATCH] Fix typo in alert Box --- docs/i_u_m/i_u_m_install.de.md | 2 +- docs/i_u_m/i_u_m_install.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/i_u_m/i_u_m_install.de.md b/docs/i_u_m/i_u_m_install.de.md index 255eed291..cfecaa1b1 100644 --- a/docs/i_u_m/i_u_m_install.de.md +++ b/docs/i_u_m/i_u_m_install.de.md @@ -53,7 +53,7 @@ chmod +x /usr/local/bin/docker-compose ``` !!! danger "Achtung" - Die Syntax der Docker Compose Befehle lautet **`docker compose`** bei der **Standalone Variante** von Docker Compose!! + Die Syntax der Docker Compose Befehle lautet **`docker-compose`** bei der **Standalone Variante** von Docker Compose!! ## SELinux Besonderheiten prüfen Auf SELinux-aktivierten Systemen, z.B. CentOS 7: diff --git a/docs/i_u_m/i_u_m_install.en.md b/docs/i_u_m/i_u_m_install.en.md index f32848fd2..95139b76a 100644 --- a/docs/i_u_m/i_u_m_install.en.md +++ b/docs/i_u_m/i_u_m_install.en.md @@ -50,7 +50,7 @@ chmod +x /usr/local/bin/docker-compose ``` !!! danger - The Docker Compose command syntax is **`docker compose`** for the **standalone variant** of Docker Compose!!! + The Docker Compose command syntax is **`docker-compose`** for the **standalone variant** of Docker Compose!!! Please use the latest Docker engine available and do not use the engine that ships with your distros repository.