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.
2 parents 762b0a4 + 06b3536 commit 8cba886Copy full SHA for 8cba886
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\"]",
+ " test: [\"CMD\", \"pg_isready -U ${POSTGRES_USER:-app}\"]",
33
" timeout: 5s",
34
" retries: 5",
35
" start_period: 60s",
0 commit comments