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
198 stars 109 forks source link

Please help me how to access restricted phpmyadmin #11

Closed mah-shamim closed 7 years ago

tomsik68 commented 7 years ago

Just navigate to http://localhost:41062/dashboard(replace 41062 by forwarded http port) and access phpmyadmin from there. What's the problem?

mah-shamim commented 7 years ago

how to stop phpmyadmin access?

tomsik68 commented 7 years ago

You need to configure apache to restrict access to phpmyadmin. This stackoverflow answer provides some clues how to do that: http://stackoverflow.com/a/21703042

mah-shamim commented 7 years ago

thanks