diff --git a/docker-compose.local.yaml b/docker-compose.local.yaml index 6626884..2fc3a8c 100644 --- a/docker-compose.local.yaml +++ b/docker-compose.local.yaml @@ -28,8 +28,9 @@ services: - "5432:5432" environment: - POSTGRES_PASSWORD=postgres + - POSTGRES_USER=postgres healthcheck: - test: ["CMD-SHELL", "pg_isready"] + test: ["CMD-SHELL", "pg_isready", "-U", "postgres"] interval: 30s timeout: 60s retries: 5