eko / docker-symfony

Run a Symfony application using Docker & docker-compose
BSD Zero Clause License
1.29k stars 474 forks source link

feat(phpmyadmin): add phpmyadmin service #150

Closed ricfio closed 3 years ago

ricfio commented 3 years ago

I have added the phpmyadmin on 8080 port (customizable by .env file). PHPMyAdmin is automatically configured with MySQL parameters: host, root-user, root-password.

PS This PR close the issue #146