We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12c692c + 3e8498f commit faeb9feCopy full SHA for faeb9fe
1 file changed
docker-compose.yml
@@ -13,7 +13,7 @@ services:
13
volumes:
14
- postgres_data:/var/lib/postgresql/data
15
healthcheck:
16
- test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"]
+ test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"]
17
interval: 2s
18
timeout: 5s
19
retries: 20
0 commit comments