yobasystems / alpine-mariadb

MariaDB running on Alpine Linux [Docker]
https://hub.docker.com/r/yobasystems/alpine-mariadb/
237 stars 71 forks source link

where is the standard mysql.cnf file in this docker instance? #38

Closed gitmko0 closed 4 years ago

gitmko0 commented 4 years ago

where is the standard mysql.cnf file in this docker instance?

dominictayloruk commented 4 years ago

The configuration file is located;

/etc/my.cnf

--> which in turn references the directory /etc/my.cnf.d/

--> contains the file /etc/my.cnf.d/mariadb-server.cnf

MischaBre commented 2 years ago

I tried to find the file in the locations you mentioned, but I can't find them. What variable would I have to put into the docker-composer file to access my.cnf? or mariadb-server.cnf?