diff --git a/en/i_u_m/i_u_m_install/index.html b/en/i_u_m/i_u_m_install/index.html index 4a15bb05c..4e4939c2c 100644 --- a/en/i_u_m/i_u_m_install/index.html +++ b/en/i_u_m/i_u_m_install/index.html @@ -2373,29 +2373,16 @@

Installation

-

You need Docker (a version >= 20.10.2 is required) and Docker Compose (a version <= 2.0 is required).

-

1. Learn how to install Docker and Docker Compose.

+

You need Docker (a version >= 20.10.2 is required) with compose bundled.

+

1. Learn how to install Docker.

Quick installation for most operation systems:

-
-

Warning

-

mailcow requires the latest version of docker-compose v1. It is highly recommended to use the commands below to install docker-compose. Package managers (e.g. apt, yum) likely won't give you the correct version. -Note: This command downloads docker-compose from the official Docker Github repository and is a safe method. The snippet will determine the latest supported version by mailcow. In almost all cases this is the latest version available (exceptions are broken releases or major changes not yet supported by mailcow).

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

Please use the latest Docker engine available and do not use the engine that ships with your distros repository.

1.1. On SELinux enabled systems, e.g. CentOS 7:

-
-

Warning

-

mailcow requires the latest version of docker-compose v1. It is highly recommended to use the commands below to install docker-compose. Package managers (e.g. apt, yum) likely won't give you the correct version. -Note: This command downloads docker-compose from the official Docker Github repository and is a safe method. The snippet will determine the latest supported version by mailcow. In almost all cases this is the latest version available (exceptions are broken releases or major changes not yet supported by mailcow).

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

Please use the latest Docker engine available and do not use the engine that ships with your distros repository.

1.1. On SELinux enabled systems, e.g. CentOS 7: