Skip to content

Commit

Permalink
fix: process_succeeded is not valid.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed May 11, 2024
1 parent b2fe1f7 commit 191362b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process-compose/monza-full-node/process-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ processes:
./target/debug/m1-da-light-node
depends_on:
celestia-light-node-synced:
condition: process_succeeded
condition: process_completed_successfully
readiness_probe:
initial_delay_seconds: 10
exec:
Expand Down

0 comments on commit 191362b

Please sign in to comment.