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