We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d86d6 commit 241b04fCopy full SHA for 241b04f
tests2/docker-compose.yml
@@ -11,6 +11,7 @@ services:
11
environment:
12
POSTGRES_USER: 'pg'
13
POSTGRES_DB: 'regression'
14
+ MAJOR: 'off'
15
NODE_ID: 1
16
# CONNSTRS: >-
17
# dbname=regression user=pg host=node1,
@@ -32,6 +33,7 @@ services:
32
33
34
35
36
37
NODE_ID: 2
38
39
# dbname=regression user=pg host=toxi port=21000 arbiterport=21001,
@@ -53,6 +55,7 @@ services:
53
55
54
56
57
58
59
NODE_ID: 3
60
61
# dbname=regression user=pg host=toxi port=31000 arbiterport=31001,
0 commit comments