Skip to content

Commit a4735aa

Browse files
committed
fix: avoid postgres-nxrm-1 FATAL: sorry, too many clients already
1 parent 0ff3244 commit a4735aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ services:
185185

186186
postgres-nxrm:
187187
image: "postgres:16.0-alpine3.18"
188+
command: -c 'max_connections=150'
188189
environment:
189190
- POSTGRES_USER=nxrm
190191
- POSTGRES_PASSWORD=${PG_DB_PASS:?err}

0 commit comments

Comments
 (0)