Skip to content

Commit

Permalink
Merge pull request #42 from sonatype-nexus-community/fix/pgsql-too-ma…
Browse files Browse the repository at this point in the history
…ny-clients

fix: avoid postgres-nxrm-1 FATAL:  sorry, too many clients already
  • Loading branch information
madpah authored Oct 17, 2024
2 parents 5b9482d + 0f5ac92 commit 7245290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ services:

postgres-nxrm:
image: "postgres:16.0-alpine3.18"
command: -c 'max_connections=150'
environment:
- POSTGRES_USER=nxrm
- POSTGRES_PASSWORD=${PG_DB_PASS:?err}
Expand Down

0 comments on commit 7245290

Please sign in to comment.