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 3fe694fa8..ec71f3335 100644 --- a/docs/i_u_m/i_u_m_install.en.md +++ b/docs/i_u_m/i_u_m_install.en.md @@ -1,4 +1,4 @@ -## Docker und Docker Compose Installation +## Docker and Docker Compose Installation You need Docker (a version >= `20.10.2` is required) and Docker Compose (a version `>= 2.0` is required). Learn how to install [Docker](https://docs.docker.com/install/) and [Docker Compose](https://docs.docker.com/compose/install/). @@ -153,4 +153,4 @@ You can now access **https://${MAILCOW_HOSTNAME}** with the default credentials The database will be initialized right after a connection to MySQL can be established. -Your data will persist in multiple Docker volumes, that are not deleted when you recreate or delete containers. Run `docker volume ls` to see a list of all volumes. You can safely run `docker compose down` without removing persistent data. \ No newline at end of file +Your data will persist in multiple Docker volumes, that are not deleted when you recreate or delete containers. Run `docker volume ls` to see a list of all volumes. You can safely run `docker compose down` without removing persistent data.