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

This commit is contained in:
Halil Özgür
2026-08-10 10:43:04 +02:00
committed by GitHub
parent 62b2fe2330
commit 2949b8e158
+1 -1
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