update registry and portainer to restart for 2 minute before giving up
This commit is contained in:
@@ -34,8 +34,8 @@ services:
|
|||||||
replicas: 2
|
replicas: 2
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
delay: "1s"
|
delay: "5s"
|
||||||
max_attempts: 1
|
max_attempts: 24
|
||||||
update_config:
|
update_config:
|
||||||
parallelism: 1
|
parallelism: 1
|
||||||
delay: 2s
|
delay: 2s
|
||||||
|
|||||||
@@ -24,8 +24,8 @@ services:
|
|||||||
replicas: 1
|
replicas: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
delay: 5s
|
delay: 30s
|
||||||
max_attempts: 12
|
max_attempts: 10
|
||||||
update_config:
|
update_config:
|
||||||
parallelism: 1
|
parallelism: 1
|
||||||
delay: 2s
|
delay: 2s
|
||||||
|
|||||||
Reference in New Issue
Block a user