From 68cee84b0cfd6a8310ad159330d06f6f9307e892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Fri, 29 May 2020 19:46:47 +0200 Subject: [PATCH] Update i_u_m_update.md --- docs/i_u_m_update.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/i_u_m_update.md b/docs/i_u_m_update.md index c786e8e4e..c2158dada 100644 --- a/docs/i_u_m_update.md +++ b/docs/i_u_m_update.md @@ -21,11 +21,20 @@ Some minor conflicts will be auto-corrected (in favour for the mailcow: dockeriz # - Check for updates ./update.sh --check +# Do not try to update docker-compose, **make sure to use the latest docker-compose available** +./update.sh --no-update-compose + # - Do not start mailcow after applying an update ./update.sh --skip-start +# - Force update (unattended, but unsupported, use at own risk) +./update.sh --force + +# - Run garbage collector to cleanup old image tags and exit +./update.sh --gc + # - Update with merge strategy "ours" instead of "theirs" -# This will merge in favor for your local changes. +# This will merge in favor for your local changes, should be avoided ./update.sh --ours # - Don't update, but prefetch images and exit