tomsik68 / docker-xampp

Dockerfile to build an image containing XAMPP(MySQL + PHP + PHPMyAdmin) running on Debian system with SSH server
https://hub.docker.com/r/tomsik68/xampp/
MIT License
197 stars 109 forks source link

mySql data directory permission issues #8

Closed gerakus closed 3 years ago

gerakus commented 7 years ago

I am trying to map using the following: -v ~/Server/xamppMySQL:/opt/lampp/var/mysql

However, it's not possible since this directory has some permission issues: /opt/lampp/var/mysql

tomsik68 commented 7 years ago

I'm not sure what where the problem is, I was able to mount it without problems.

shubhamhapse commented 6 years ago

@gerakus use Volume instead of directory

tomsik68 commented 3 years ago

I'm closing this issue since it received no activity in a long time. Should this issue be up-to-date, feel free to re-open it. Thank you.