fix(service): use the correct health check path for firefly (#10475)
This commit is contained in:
parent
62b2fe2330
commit
2949b8e158
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ services:
|
|||
volumes:
|
||||
- firefly-upload:/var/www/html/storage/upload
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://127.0.0.1:8080"]
|
||||
test: ["CMD", "curl", "-f", "http://127.0.0.1:8080/health"]
|
||||
interval: 5s
|
||||
timeout: 20s
|
||||
retries: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue