Skip to content

Commit 1bd03cf

Browse files
committed
[compose][postgres] Increase max connections
1 parent 6343ddd commit 1bd03cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

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

2626
postgres:
2727
image: postgres:14.2-alpine3.15
28+
command: postgres -c 'max_connections=200'
2829
restart: always
2930
shm_size: 256MB
3031
environment:

0 commit comments

Comments
 (0)