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