mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +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"
|
||||
command: ["postgres",
|
||||
"-c", "max-connections=1000",
|
||||
"-c", "timezone='Etc/UTC'",
|
||||
"-c", "timezone=Etc/UTC",
|
||||
"-c", "max_wal_size=1GB",
|
||||
"-c", "min_wal_size=80MB",
|
||||
"-c", "shared_buffers=128MB"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue