diff --git a/docker-compose.yml b/docker-compose.yml index c0b121c..03e0e90 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,8 +5,7 @@ services: image: php:8.2-apache restart: always healthcheck: - test: ["CMD-SHELL", "curl -s http://localhost/?purge=true | grep -q -OK"] + test: ["CMD-SHELL", "curl -s http://localhost/?purge=true | grep -q OK"] interval: 30s timeout: 15s retries: 3