all three containers works with alpine and user are configured
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user