jc21 / docker-mariadb-aria

Docker extension of the mariadb image that forces aria storage engine
30 stars 10 forks source link

where is this standard cnf file to modify? #4

Closed gitmko0 closed 3 years ago

gitmko0 commented 4 years ago

i would like to modify the cnf file where is the location for it?

jc21 commented 3 years ago

It will be inside the container at

/etc/mysql/my.cnf

You can mount your own file on top of that with your modifications.