Update i_u_m_update.md
Dieser Commit ist enthalten in:
Ursprung
2f480e0300
Commit
68cee84b0c
1 geänderte Dateien mit 10 neuen und 1 gelöschten Zeilen
|
@ -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
|
||||
|
|
Laden …
In neuem Issue referenzieren