makerduck
Results
1
comments of
makerduck
As mentioned in #1002 there's a fix from @Nouri-redouane to suppress the output: in the docker-compose.yaml got to "db: healthcheck:" and edit `"pg_isready"` to `"pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"` worked...