eugeneware / docker-wordpress-nginx

A Dockerfile that installs the latest wordpress, nginx and php-fpm.
MIT License
874 stars 380 forks source link

phpmyadmin #41

Closed Nonobis closed 6 years ago

Nonobis commented 9 years ago

hi,

If you can, Could you add a phpmyadmin instance in the docker files ? Thx by advance

devlesedi commented 9 years ago

The image exposes MySQL port 3306. If im not mistaken, I think you can bind that port to a port on your host machine and connect phpmyadmin through that port.

Nonobis commented 6 years ago

thx. i will try it.