fix url
This commit is contained in:
parent
59672292e2
commit
3f17f7f0b7
@ -6,7 +6,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8080/inference/ETH"]
|
test: ["CMD", "curl", "-f", "http://localhost:8080/inference/ETH/10m"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 12
|
retries: 12
|
||||||
|
Loading…
Reference in New Issue
Block a user