diff --git a/docker-compose.yml b/docker-compose.yml index a15cb63..0aeefc1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -122,7 +122,7 @@ services: ports: [] # - 127.0.0.1:5432:5432 healthcheck: - test: ["CMD-SHELL", "pg_isready -d db_prod"] + test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"] interval: 30s timeout: 60s retries: 5