diff --git a/apk/spoc b/apk/spoc index fc42131..44c1a86 160000 --- a/apk/spoc +++ b/apk/spoc @@ -1 +1 @@ -Subproject commit fc42131bb6acaa9d474930add14f9e7fdf055bf5 +Subproject commit 44c1a8638d651a55e558ca9d97cd2222a367eeac diff --git a/lxc-apps/mifosx/install.sh b/lxc-apps/mifosx/install.sh index fdc3baa..83eadb2 100755 --- a/lxc-apps/mifosx/install.sh +++ b/lxc-apps/mifosx/install.sh @@ -10,12 +10,12 @@ MIFOSX_CONF="${VOLUMES_DIR}/mifosx/mifosx_conf" install -o 100000 -g 100000 -m 755 -d ${MARIADB_CONF} install -o 103306 -g 103306 -m 750 -d ${MARIADB_DATA} install -o 100000 -g 100000 -m 644 mariadb_conf/my.cnf ${MARIADB_CONF}/my.cnf -spoc-container exec -u 0 -g 0 mifosx-mariadb -- mysql_install_db --user=mysql --datadir=/var/lib/mysql --auth-root-authentication-method=socket --skip-test-db +spoc-container exec mifosx-mariadb -- mysql_install_db --user=mysql --datadir=/var/lib/mysql --auth-root-authentication-method=socket --skip-test-db # Create databases export MIFOSX_PWD=$(head -c 18 /dev/urandom | base64 | tr -d '+/=') spoc-container start mifosx-mariadb -envsubst