all three containers works with alpine and user are configured

This commit is contained in:
hugo gogo
2022-09-19 23:46:28 +02:00
parent 3be5af0e68
commit 334092253f
9 changed files with 129 additions and 80 deletions

View File

@@ -14,7 +14,6 @@
# < socket=/var/lib/mysql/mysql.sock
# >
#
# These groups are read by MariaDB server.
# Use it for options that only the server (but not clients) should see
@@ -27,7 +26,7 @@
skip-networking = false
datadir = /var/lib/mysql
port = 3306
socket=/var/lib/mysql/mysql.sock
socket=/run/mysqld/mysqld.sock
# Galera-related settings
[galera]