using wget again
This commit is contained in:
parent
a7d01e4fa0
commit
0a4a0f96e8
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ services:
|
||||||
update_config:
|
update_config:
|
||||||
order: start-first
|
order: start-first
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "--f", "localhost:8080/health"]
|
test: ["CMD", "wget", "--spider", "-q", "localhost:8080/health"]
|
||||||
interval: 1m
|
interval: 1m
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue