Skip to content
Snippets Groups Projects
Unverified Commit 3e9f8850 authored by A.Yamamoto's avatar A.Yamamoto Committed by GitHub
Browse files

dbヘルスチェックでFATALの表示が出ないように (#9593)

parent 81f11d8f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment