FROM mariadb:11.3
COPY my.cnf /etc/mysql/conf.d/mariadb.cnf
COPY init.sql /docker-entrypoint-initdb.d/init.sql
