Add --skip-start
Dieser Commit ist enthalten in:
Ursprung
fee7cc1631
Commit
ee781d9f07
1 geänderte Dateien mit 9 neuen und 4 gelöschten Zeilen
|
@ -16,14 +16,19 @@ Some minor conflicts will be auto-corrected (in favour for the mailcow: dockeriz
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
```
|
```
|
||||||
# Check for updates
|
# Options can be combined
|
||||||
|
|
||||||
|
# - Check for updates
|
||||||
./update.sh --check
|
./update.sh --check
|
||||||
|
|
||||||
# Update with merge strategy "ours" instead of "theirs"
|
# - Do not start mailcow after applying an update
|
||||||
|
./update.sh --skip-start
|
||||||
|
|
||||||
|
# - 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.
|
||||||
./update.sh --ours
|
./update.sh --ours
|
||||||
|
|
||||||
# Don't update, but prefetch images and exit
|
# - Don't update, but prefetch images and exit
|
||||||
./update.sh --prefetch
|
./update.sh --prefetch
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Laden …
In neuem Issue referenzieren