Skip to content

Commit

Permalink
adjust healthcheck timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
rambo committed Feb 10, 2024
1 parent 4c1d386 commit b1d6d05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ services:
- ca_public:/ca_public
healthcheck:
test: 'ocsprest healthcheck || exit 1'
interval: 5s
timeout: 5s
interval: 10s
timeout: 10s
retries: 3
start_period: 5s
start_period: 15s
depends_on:
cfssl:
condition: service_healthy
Expand Down

0 comments on commit b1d6d05

Please sign in to comment.