Skip to content

Commit

Permalink
chore: increase PWA healthcheck start_period
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Jan 20, 2025
1 parent aa4914f commit 2c6007d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ services:
healthcheck:
test: [ "CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:3000/ || exit 1" ]
start_period: 5s
interval: 5s
interval: 10s
timeout: 3s
retries: 3
retries: 5

###> doctrine/doctrine-bundle ###
database:
Expand Down

0 comments on commit 2c6007d

Please sign in to comment.