Readded --no-update-compose Parameter

Dieser Commit ist enthalten in:
Niklas Meyer 2022-06-23 15:19:13 +02:00
Ursprung 2e78ef16cc
Commit 7552b27c29
2 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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