diff --git a/docker-compose.yml b/docker-compose.yml index e8eeaa6..021052e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,7 +24,7 @@ services: - /tmp - /app/.next/cache healthcheck: - test: ["CMD", "wget", "-qO-", "http://localhost:80/"] + test: ["CMD", "wget", "-qO-", "http://localhost:3000/"] interval: 30s timeout: 10s retries: 3