diff --git a/lxc1/p0-infrastructure/mgdb.yml b/lxc1/p0-infrastructure/mgdb.yml index 8289c11..c771d02 100644 --- a/lxc1/p0-infrastructure/mgdb.yml +++ b/lxc1/p0-infrastructure/mgdb.yml @@ -15,6 +15,7 @@ services: - /docker/maria/init:/docker-entrypoint-initdb.d command: - mariadbd + - --wsrep-new-cluster - --wsrep-on=ON - --wsrep-provider=/usr/lib/galera/libgalera_smm.so - --wsrep-cluster-name=mgdev1 @@ -30,7 +31,7 @@ services: - --wsrep-provider-options=pc.ignore_sb=true;pc.npvo=true - +################ # Pass these through for the init script #- APP_REGISTRY=${APP_REGISTRY} #- REPL_USER=${REPL_USER}