From 2854d3bb19e7a5c3a2d118f9f334697468b64ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A8ve=20Caillault?= Date: Wed, 25 Feb 2026 18:09:00 +0100 Subject: [PATCH] =?UTF-8?q?R=C3=A9duction=20de=20l'intervalle=20pour=20la?= =?UTF-8?q?=20v=C3=A9rification=20du=20d=C3=A9marrage=20de=20FrankenPHP.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.frankenphp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.frankenphp.yml b/docker-compose.frankenphp.yml index 41a0b83..f36f66a 100644 --- a/docker-compose.frankenphp.yml +++ b/docker-compose.frankenphp.yml @@ -13,6 +13,6 @@ services: healthcheck: test: [ "CMD-SHELL", "curl -s http://localhost/index.php || exit 1" ] - interval: 1s + interval: 0.2s timeout: 1s retries: 10 \ No newline at end of file