bump postgres
This commit is contained in:
@@ -3,8 +3,8 @@ version: "3"
|
||||
services:
|
||||
postgres:
|
||||
restart: unless-stopped
|
||||
image: btcpayserver/postgres:13.6
|
||||
command: [ "-c", "random_page_cost=1.0" ]
|
||||
image: btcpayserver/postgres:13.7
|
||||
command: [ "-c", "random_page_cost=1.0", "-c", "shared_preload_libraries=pg_stat_statements" ]
|
||||
environment:
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user