fix(service): use the correct health check path for firefly (#10475)

This commit is contained in:
Halil Özgür 2026-08-10 11:43:04 +03:00 committed by GitHub
parent 62b2fe2330
commit 2949b8e158
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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