Merge pull request 'fix: txn-bot healthcheck missing timeout field (#909)' (#936) from fix/issue-909 into master
This commit is contained in:
commit
7aa266b3a1
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ services:
|
|||
healthcheck:
|
||||
test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:43069/status"]
|
||||
interval: 5s
|
||||
timeout: 10s
|
||||
retries: 4
|
||||
start_period: 10s
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue