We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4d01e commit 549d95fCopy full SHA for 549d95f
docker-compose.yml
@@ -72,7 +72,7 @@ services:
72
- POSTGRES_NON_ROOT_USER_PASSWORD=${DESECSTACK_DBAPI_PASSWORD_desec}
73
networks:
74
- rearapi_dbapi
75
- command: ["postgres", "-c", "hba_file=/usr/local/src/pg_hba.conf"]
+ command: ["postgres", "-c", "max_connections=192", "-c", "hba_file=/usr/local/src/pg_hba.conf"]
76
logging:
77
driver: "syslog"
78
options:
0 commit comments