mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 16:20:13 +00:00
Bump database maximum connections to 1000 in Docker
This commit is contained in:
parent
ef68a5250f
commit
a201ad644e
1 changed files with 2 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- "db_data:/var/lib/postgresql/data"
|
- "db_data:/var/lib/postgresql/data"
|
||||||
restart: always
|
restart: always
|
||||||
|
command: ["postgres", "-c", "max-connections=1000"]
|
||||||
influx:
|
influx:
|
||||||
image: influxdb:alpine
|
image: influxdb:alpine
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue