1
0

Update docker-compose (#863)

This commit is contained in:
Nicolas Dorier
2023-12-26 18:55:47 +09:00
committed by GitHub
parent 885de9496f
commit 1ef9d11738
10 changed files with 38 additions and 23 deletions

View File

@@ -3,6 +3,7 @@ version: "3"
services:
postgres:
restart: unless-stopped
container_name: generated_postgres_1
image: btcpayserver/postgres:13.13
command: [ "-c", "random_page_cost=1.0", "-c", "shared_preload_libraries=pg_stat_statements" ]
environment: