Fix Postgres setting in docker-compose
This commit is contained in:
parent
2794919728
commit
6e88739424
@ -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…
Reference in New Issue
Block a user