jbergstroem / mariadb-alpine

A tiny and fast MariaDB container
MIT License
72 stars 19 forks source link

Also support MARIADB_ ENVs #210

Open williamdes opened 1 year ago

williamdes commented 1 year ago

See: https://hub.docker.com/_/mariadb

All MYSQL_ ENVs can be used as MARIADB_

jbergstroem commented 1 year ago

Makes sense; should be easy to fix but I wanna add a test as well.

Edit: not a fan of this though: https://github.com/MariaDB/mariadb-docker/blob/ac276eb82f0535ff1849018f46be5e5ed396bda1/10.11/docker-entrypoint.sh#L25-L52