Skip to content

Commit

Permalink
CI Localenv -> Remove Docker healthcheck start_interval parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfm committed Jan 22, 2025
1 parent 3d0efbb commit 250fe4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/deploy/localenv/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# https://github.com/compose-spec/compose-spec/blob/master/spec.md#extension
x-common-healthcheck-params: &common-healthcheck-params
interval: 1m
interval: 30s
timeout: 10s
retries: 3
retries: 5
start_period: 2m # Probe failure during start will not be counted towards the maximum number of retries
start_interval: 5s
# start_interval: 5s # This isn't yet supported on many hosts, as of 2025-01.

name: opendut

Expand Down

0 comments on commit 250fe4f

Please sign in to comment.