From 2949b8e158ec9018b781f60bc438eadff0773204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C3=96zg=C3=BCr?= <226712+halilim@users.noreply.github.com> Date: Mon, 10 Aug 2026 11:43:04 +0300 Subject: [PATCH] fix(service): use the correct health check path for firefly (#10475) --- templates/compose/firefly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/firefly.yaml b/templates/compose/firefly.yaml index 057a41f08..2fbbdd298 100644 --- a/templates/compose/firefly.yaml +++ b/templates/compose/firefly.yaml @@ -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