fix: healthcheck doesn’t need to be 5s
This commit is contained in:
parent
3a51b5e908
commit
1f8b24a11d
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ services:
|
|||
- wget
|
||||
- '--spider'
|
||||
- 'http://127.0.0.1:3000/xrpc/_health'
|
||||
interval: 2s
|
||||
interval: 5s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue