From e4b2f6e8fc6425a735bfc16c6c57fdfd7f629d77 Mon Sep 17 00:00:00 2001 From: Dave <34892974+BL3CKM00N@users.noreply.github.com> Date: Tue, 18 Oct 2022 11:55:11 +0200 Subject: [PATCH] Update i_u_m_install.en.md und (german) > and (english) --- docs/i_u_m/i_u_m_install.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.