From fae416baaff1ee8888c8f8f7c214dee6374d1869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Fri, 16 Aug 2019 13:33:58 +0200 Subject: [PATCH] Update i_u_m_install.md --- docs/i_u_m_install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/i_u_m_install.md b/docs/i_u_m_install.md index adfc05316..9035cf3f2 100644 --- a/docs/i_u_m_install.md +++ b/docs/i_u_m_install.md @@ -70,3 +70,5 @@ Done! You can now access **https://${MAILCOW_HOSTNAME}** with the default credentials `admin` + password `moohoo`. 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.