repl new
This commit is contained in:
parent
590b91ee05
commit
84ff9852e2
1 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ services:
|
||||||
- /docker/maria/init:/docker-entrypoint-initdb.d
|
- /docker/maria/init:/docker-entrypoint-initdb.d
|
||||||
command:
|
command:
|
||||||
- mariadbd
|
- mariadbd
|
||||||
|
- --wsrep-new-cluster
|
||||||
- --wsrep-on=ON
|
- --wsrep-on=ON
|
||||||
- --wsrep-provider=/usr/lib/galera/libgalera_smm.so
|
- --wsrep-provider=/usr/lib/galera/libgalera_smm.so
|
||||||
- --wsrep-cluster-name=mgdev1
|
- --wsrep-cluster-name=mgdev1
|
||||||
|
|
@ -30,7 +31,7 @@ services:
|
||||||
- --wsrep-provider-options=pc.ignore_sb=true;pc.npvo=true
|
- --wsrep-provider-options=pc.ignore_sb=true;pc.npvo=true
|
||||||
|
|
||||||
|
|
||||||
|
################
|
||||||
# Pass these through for the init script
|
# Pass these through for the init script
|
||||||
#- APP_REGISTRY=${APP_REGISTRY}
|
#- APP_REGISTRY=${APP_REGISTRY}
|
||||||
#- REPL_USER=${REPL_USER}
|
#- REPL_USER=${REPL_USER}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue