Set random_page_cost=1.0 for postgres
This commit is contained in:
@@ -4,6 +4,7 @@ services:
|
|||||||
postgres:
|
postgres:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: btcpayserver/postgres:13.6
|
image: btcpayserver/postgres:13.6
|
||||||
|
command: [ "-c", "random_page_cost=1.0" ]
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_HOST_AUTH_METHOD: trust
|
POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user