-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi, I got this error when run docker compose up, can you help?
Error connecting to PostgreSQL database AggregateError [ECONNREFUSED]:
#9 0.329 at internalConnectMultiple (node:net:1116:18)
#9 0.329 at afterConnectMultiple (node:net:1683:7) {
#9 0.329 code: 'ECONNREFUSED',
#9 0.329 [errors]: [
#9 0.329 Error: connect ECONNREFUSED ::1:5432
#9 0.329 at createConnectionError (node:net:1646:14)
#9 0.329 at afterConnectMultiple (node:net:1676:16) {
#9 0.329 errno: -111,
#9 0.329 code: 'ECONNREFUSED',
#9 0.329 syscall: 'connect',
#9 0.329 address: '::1',
#9 0.329 port: 5432
#9 0.329 },
#9 0.329 Error: connect ECONNREFUSED 127.0.0.1:5432
#9 0.329 at createConnectionError (node:net:1646:14)
#9 0.329 at afterConnectMultiple (node:net:1676:16) {
#9 0.329 errno: -111,
#9 0.329 code: 'ECONNREFUSED',
#9 0.329 syscall: 'connect',
#9 0.329 address: '127.0.0.1',
#9 0.329 port: 5432
#9 0.329 }
#9 0.329 ]
#9 0.329 }
Metadata
Metadata
Assignees
Labels
No labels