Feat: fixed start command
This commit is contained in:
@@ -22,7 +22,7 @@ services:
|
||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||
POSTGRES_DB: ${POSTGRES_DB:-postgres}
|
||||
ports:
|
||||
- 5432
|
||||
- "127.0.0.1:${POSTGRES_PORT}:5432"
|
||||
healthcheck:
|
||||
test: ["CMD", "pg_isready"]
|
||||
interval: 10s
|
||||
|
||||
Reference in New Issue
Block a user