increased timeout
This commit is contained in:
parent
ca47747996
commit
f24ea0f0a5
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ services:
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--spider", "-q", "localhost:8080/health"]
|
test: ["CMD", "wget", "--spider", "-q", "localhost:8080/health"]
|
||||||
interval: 1m
|
interval: 1m
|
||||||
timeout: 5s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
start_period: 30s
|
start_period: 30s
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue