yobasystems / alpine-mariadb

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

MySQL root password without dollar symbol #5

Closed olegstepura closed 6 years ago

olegstepura commented 6 years ago

Hi!

Didn't dig deep, but it seems like a dollar sign is missing here (MYSQL_ROOT_PASSWORD => $MYSQL_ROOT_PASSWORD):

https://github.com/yobasystems/alpine-mariadb/blob/01cd8d0fcf13ba216da6ffa759efd1257b77cbbc/alpine-mariadb-amd64/files/run.sh#L48

dominictayloruk commented 6 years ago

Fixed, Thanks for spotting this.