feat(watchtower): 添加 --api-version=1.44 参数

This commit is contained in:
严浩
2025-12-20 20:29:00 +08:00
parent e54912db77
commit 50f55436c1

1
1.sh
View File

@@ -225,6 +225,7 @@ start_watchtower() {
WATCHTOWER_ARGS+=(--cleanup)
# WATCHTOWER_ARGS+=(--remove-volumes)
WATCHTOWER_ARGS+=(--rolling-restart)
WATCHTOWER_ARGS+=(--api-version=1.44)
if [ "$WATCHTOWER_RUN_ONCE" = true ]; then
WATCHTOWER_ARGS+=(--run-once)