This commit is contained in:
admin 2026-02-04 22:27:42 -07:00
parent 590b91ee05
commit 84ff9852e2

View file

@ -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}