We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cba886 commit c511f8cCopy full SHA for c511f8c
doctrine/doctrine-bundle/2.12/manifest.json
@@ -29,7 +29,7 @@
29
" POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-!ChangeMe!}",
30
" POSTGRES_USER: ${POSTGRES_USER:-app}",
31
" healthcheck:",
32
- " test: [\"CMD\", \"pg_isready -U ${POSTGRES_USER:-app}\"]",
+ " test: [\"CMD\", \"pg_isready\", \"-d\", \"${POSTGRES_DB:-app}\", \"-U\", \"${POSTGRES_USER:-app}\"]",
33
" timeout: 5s",
34
" retries: 5",
35
" start_period: 60s",
0 commit comments