This a simple docker-compose file.yml file to help speed up development with a MySQL server, connection details and phpMyAdmin interface: Note: You’ll need Docker Desktop app from the official Docker website to run this file. Run the following command in this directory to open the database and PHPmyAdmin: docker-compose up Navigate to localhost:8080 in your… read more