This repository contains a Docker Compose configuration to set up MySQL and phpMyAdmin containers. It allows you to easily manage your MySQL database using phpMyAdmin. This command will start both ...
This setup uses Docker Compose to create and run a MySQL database along with phpMyAdmin for easy management. docker-compose.yml: This file defines the services (MySQL and phpMyAdmin) and their ...