mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-30 14:51:11 +02:00
Zabbix Appliance: Updated Alpine to 3.10
This commit is contained in:
@ -51,6 +51,9 @@ configure_db_mysql() {
|
||||
elif [ -f "/etc/my.cnf.d/server.cnf" ]; then
|
||||
MYSQL_CONF_FILE="/etc/my.cnf.d/server.cnf"
|
||||
DB_SERVER_SOCKET="/var/lib/mysql/mysql.sock"
|
||||
elif [ -f "/etc/my.cnf.d/mariadb-server.cnf" ]; then
|
||||
MYSQL_CONF_FILE="/etc/my.cnf.d/mariadb-server.cnf"
|
||||
DB_SERVER_SOCKET="/var/run/mysqld/mysqld.sock"
|
||||
else
|
||||
echo "**** Could not found MySQL configuration file"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user