update args for maria cluster
This commit is contained in:
parent
bd949862fb
commit
8aa5ec9f86
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ services:
|
||||||
- --wsrep-provider=/usr/lib/galera/libgalera_smm.so
|
- --wsrep-provider=/usr/lib/galera/libgalera_smm.so
|
||||||
- --wsrep-cluster-name=mgdev1
|
- --wsrep-cluster-name=mgdev1
|
||||||
- --bind-address=0.0.0.0
|
- --bind-address=0.0.0.0
|
||||||
- --wsrep-cluster-address=gcomm://172.16.201.206,172.16.201.106,172.16.201.250
|
- --wsrep-cluster-address=gcomm://${CLUSTER_PRI_IP},${CLUSTER_SEC_IP},${CLUSTER_ARB_IP}${MGDB_NOTE_PRI}
|
||||||
- --wsrep-node-address=${CLUSTER_KEEPALIVED_IP}
|
- --wsrep-node-address=${CLUSTER_KEEPALIVED_IP}
|
||||||
- --wsrep-node-name=node${MGDB_NODE_NUMBER}
|
- --wsrep-node-name=node${MGDB_NODE_NUMBER}
|
||||||
- --binlog-format=row
|
- --binlog-format=row
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue