From 57695fcfe992830cc77aa37a5ca5eda9408e1ac9 Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Fri, 10 Jun 2022 20:05:34 +0800 Subject: [PATCH] update to postgres-xa --- helper/compose.store.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helper/compose.store.yml b/helper/compose.store.yml index 0fb4707..f82ecda 100644 --- a/helper/compose.store.yml +++ b/helper/compose.store.yml @@ -15,8 +15,7 @@ services: ports: - '3306:3306' postgres: - image: 'postgres:13' - command: postgres --max_prepared_transactions=1000 + image: 'yedf/postgres-xa' volumes: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro