From 2897e3d740f467513cd753f9b8807d0827516570 Mon Sep 17 00:00:00 2001 From: Clemens Eyhoff Date: Sun, 2 Oct 2022 19:48:23 +0200 Subject: [PATCH] Update i_u_m_migration.de.md fixed code block ('down' was translated to german) --- docs/i_u_m/i_u_m_migration.de.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/i_u_m/i_u_m_migration.de.md b/docs/i_u_m/i_u_m_migration.de.md index 66d20ede7..161ddcd9d 100644 --- a/docs/i_u_m/i_u_m_migration.de.md +++ b/docs/i_u_m/i_u_m_migration.de.md @@ -22,7 +22,7 @@ rsync -aHhP --numeric-ids --delete /var/lib/docker/volumes/ root@target-machine. **4\.** Schalten Sie mailcow ab und stoppen Sie Docker auf dem Quellrechner. ``` cd /opt/mailcow-dockerized -docker compose herunterfahren +docker compose down systemctl stop docker.service ```