Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 50245df

Browse files
authored
fix and upgrade docker compose yml
1 parent 50de5e7 commit 50245df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
parallelism: 1
3333
delay: 1s
3434
restart_policy: &restart_policy
35-
condition: always
35+
condition: any
3636
delay: 5s
3737
max_attempts: 10
3838
window: 60s
@@ -71,9 +71,9 @@ services:
7171
depends_on:
7272
- parity1
7373
deploy:
74-
<<: *deploy_defaults
7574
mode: global
76-
75+
restart_policy:
76+
<<: *restart_policy
7777
parity1:
7878
hostname: launchpad-parity1
7979
build:

0 commit comments

Comments
 (0)