Docker Recipe
Docker Recipe: Running MySQL and PHPMyAdmin
In the following Docker-Compose Snippet you can install and run MySQL, and PHPMyAdmin in few mins. Just make sure to have Docker and Docker-compose installed. Create a folder for your project, then paste this in docker-compose.yml file: version: "3.7" services: web: image: nginx:1.17 ports: