Skip to content

Commit 7245290

Browse files
authored
Merge pull request #42 from sonatype-nexus-community/fix/pgsql-too-many-clients
fix: avoid postgres-nxrm-1 FATAL: sorry, too many clients already
2 parents 5b9482d + 0f5ac92 commit 7245290

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
@@ -183,6 +183,7 @@ services:
183183

184184
postgres-nxrm:
185185
image: "postgres:16.0-alpine3.18"
186+
command: -c 'max_connections=150'
186187
environment:
187188
- POSTGRES_USER=nxrm
188189
- POSTGRES_PASSWORD=${PG_DB_PASS:?err}

0 commit comments

Comments
 (0)