diff --git a/docker-compose.yaml b/docker-compose.yaml index fb2cbf6..e357f93 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -54,7 +54,7 @@ services: extra_hosts: - "host.docker.internal:host-gateway" healthcheck: - test: [ "CMD", "curl", "-f", "http://localhost:5055" ] + test: ["CMD", "wget", "-qO-", "http://localhost:5055"] interval: 1m retries: 3 restart: unless-stopped