diff --git a/docker-compose.yml b/docker-compose.yml index 20d9651..cbb27eb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: - NODE_ENV=production - NEXT_TELEMETRY_DISABLED=1 healthcheck: - test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:4000"] + test: ["CMD", "wget", "-q", "-O", "/dev/null", "--spider", "http://localhost:4000"] interval: 30s timeout: 10s retries: 3