diff --git a/docs/i_u_m/i_u_m_update.de.md b/docs/i_u_m/i_u_m_update.de.md index 5126e3f79..0dd92c5a6 100644 --- a/docs/i_u_m/i_u_m_update.de.md +++ b/docs/i_u_m/i_u_m_update.de.md @@ -27,6 +27,9 @@ Einige kleinere Konflikte werden automatisch korrigiert (zugunsten des mailcow-d # - Überspringt den ICMP Check auf die öffentlichen DNS Resolver (Bitte nur nutzen, wenn keinerlei ICMP Verbindungen von und zur mailcow erlaubt sind) ./update.sh --skip-ping-check +# - Überspringt den Docker-Compose Update Prozess, aktualisierung erfolgt dann vom Benutzer +./update.sh --no-update-compose + # - Erzwinge Update (unbeaufsichtigt, aber nicht unterstützt, Benutzung auf eigenes Risiko) ./update.sh --force diff --git a/docs/i_u_m/i_u_m_update.en.md b/docs/i_u_m/i_u_m_update.en.md index 439ad1dc0..8fea93a7c 100644 --- a/docs/i_u_m/i_u_m_update.en.md +++ b/docs/i_u_m/i_u_m_update.en.md @@ -27,6 +27,9 @@ Some minor conflicts will be auto-corrected (in favour for the mailcow-dockerize # - Skip ICMP Check to public DNS resolvers (Use it only if you´ve blocked any ICMP Connections to your mailcow machine) ./update.sh --skip-ping-check +# - Skips the Docker-Compose update process, update is done by the user manually +./update.sh --no-update-compose + # - Force update (unattended, but unsupported, use at own risk) ./update.sh --force