MariaDB / mariadb-docker

Docker Official Image packaging for MariaDB
https://mariadb.org
GNU General Public License v2.0
770 stars 438 forks source link

socket directory permission fix if volume #367

Closed grooverdan closed 3 years ago

grooverdan commented 3 years ago

The socket directory may be a volume with its ownership being that of root.

This correct that ownership to be of user mysql to facilitate it starting.

Thanks @o-alquimista for the bug report.

closes #363.

grooverdan commented 3 years ago

perhaps should be extended to config directory too (#368)

grooverdan commented 3 years ago

Actually I shouldn't change subdirectories.