We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6343ddd commit 1bd03cfCopy full SHA for 1bd03cf
docker-compose.yml
@@ -25,6 +25,7 @@ services:
25
26
postgres:
27
image: postgres:14.2-alpine3.15
28
+ command: postgres -c 'max_connections=200'
29
restart: always
30
shm_size: 256MB
31
environment:
0 commit comments