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
|
- wget
|
||||||
- '--spider'
|
- '--spider'
|
||||||
- 'http://127.0.0.1:3000/xrpc/_health'
|
- 'http://127.0.0.1:3000/xrpc/_health'
|
||||||
interval: 2s
|
interval: 5s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 10
|
retries: 10
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue