feat(watchtower): 添加 --api-version=1.44 参数
This commit is contained in:
1
1.sh
1
1.sh
@@ -225,6 +225,7 @@ start_watchtower() {
|
|||||||
WATCHTOWER_ARGS+=(--cleanup)
|
WATCHTOWER_ARGS+=(--cleanup)
|
||||||
# WATCHTOWER_ARGS+=(--remove-volumes)
|
# WATCHTOWER_ARGS+=(--remove-volumes)
|
||||||
WATCHTOWER_ARGS+=(--rolling-restart)
|
WATCHTOWER_ARGS+=(--rolling-restart)
|
||||||
|
WATCHTOWER_ARGS+=(--api-version=1.44)
|
||||||
|
|
||||||
if [ "$WATCHTOWER_RUN_ONCE" = true ]; then
|
if [ "$WATCHTOWER_RUN_ONCE" = true ]; then
|
||||||
WATCHTOWER_ARGS+=(--run-once)
|
WATCHTOWER_ARGS+=(--run-once)
|
||||||
|
|||||||
Reference in New Issue
Block a user