5 lines
73 B
Docker
5 lines
73 B
Docker
FROM mariadb:10.5
|
|
|
|
ADD innodb.cnf /etc/mysql/mariadb.conf.d/innodb.cnf
|
|
|
|
|