mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 02:00:09 +00:00
Fix Postgres setting in docker-compose
This commit is contained in:
parent
2794919728
commit
6e88739424
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ services:
|
||||||
- "/var/run/postgresql:/var/run/postgresql"
|
- "/var/run/postgresql:/var/run/postgresql"
|
||||||
command: ["postgres",
|
command: ["postgres",
|
||||||
"-c", "max-connections=1000",
|
"-c", "max-connections=1000",
|
||||||
"-c", "timezone='Etc/UTC'",
|
"-c", "timezone=Etc/UTC",
|
||||||
"-c", "max_wal_size=1GB",
|
"-c", "max_wal_size=1GB",
|
||||||
"-c", "min_wal_size=80MB",
|
"-c", "min_wal_size=80MB",
|
||||||
"-c", "shared_buffers=128MB"]
|
"-c", "shared_buffers=128MB"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue