Skip to content

Commit

Permalink
Merge pull request #1307 from DrWarpMan/db-healthcheck-fix
Browse files Browse the repository at this point in the history
fix healthcheck postgres user
  • Loading branch information
fabpot committed Apr 20, 2024
2 parents 762b0a4 + 06b3536 commit 8cba886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctrine/doctrine-bundle/2.12/manifest.json
Expand Up @@ -29,7 +29,7 @@
" POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-!ChangeMe!}",
" POSTGRES_USER: ${POSTGRES_USER:-app}",
" healthcheck:",
" test: [\"CMD\", \"pg_isready\"]",
" test: [\"CMD\", \"pg_isready -U ${POSTGRES_USER:-app}\"]",
" timeout: 5s",
" retries: 5",
" start_period: 60s",
Expand Down

0 comments on commit 8cba886

Please sign in to comment.