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