diff --git a/docker-compose.yml b/docker-compose.yml index efc85c372e..01bd1b1e6e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -44,7 +44,7 @@ services: volumes: - ./db:/var/lib/postgresql/data healthcheck: - test: "pg_isready" + test: "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB" interval: 5s retries: 20