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