1
0

bump postgres

This commit is contained in:
nicolas.dorier
2022-06-19 12:10:09 +09:00
parent 08f7c0bb62
commit a073a5f7b3
3 changed files with 22 additions and 22 deletions

View File

@@ -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: