1
0

bump postgres

This commit is contained in:
nicolas.dorier
2023-03-10 09:21:59 +09:00
parent 6d38d64328
commit 68984cba53
3 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ version: "3"
services:
postgres:
restart: unless-stopped
image: btcpayserver/postgres:13.7
image: btcpayserver/postgres:13.10
command: [ "-c", "random_page_cost=1.0", "-c", "shared_preload_libraries=pg_stat_statements" ]
environment:
POSTGRES_HOST_AUTH_METHOD: trust