Fix Postgres setting in docker-compose

This commit is contained in:
Ske 2020-08-25 22:33:23 +02:00
parent 2794919728
commit 6e88739424

View File

@ -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"]