Browse Source

update to postgres-xa

pull/304/head
yedf2 4 years ago
parent
commit
57695fcfe9
  1. 3
      helper/compose.store.yml

3
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

Loading…
Cancel
Save