Commit fac84cd4 authored by Simon Perdrisat's avatar Simon Perdrisat Committed by Bo-Yi Wu

Add a config file for mariaDB (#605)

parent 21a83bd5
......@@ -2,6 +2,8 @@ FROM mariadb:latest
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
ADD my.cnf /etc/mysql/conf.d/my.cnf
CMD ["mysqld"]
EXPOSE 3306
# MariaDB database server configuration file.
#
# You can use this file to overwrite the default configuration
#
# For explanations see
# http://dev.mysql.com/doc/mysql/en/server-system-variables.html
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment