Skip to content

Commit 1bd03cf

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

+1
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)