Hotfix: fix previous hotfix
This commit is contained in:
@@ -24,7 +24,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:${POSTGRES_PORT}:5432"
|
- "127.0.0.1:${POSTGRES_PORT}:5432"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "pg_isready -d $${POSTGRES_DB:-postgres} -U $${POSTGRES_USER:-postgres}"]
|
test: ["CMD", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user