Day: February 24, 2020

In this tutorial, we’ll learn how to install MySQL using Docker-Compose. By using Docker-Compose, we can configure an image the way we want and can turn the image on and of as needed. Setup Create a new directory for your MySQL project. Inside of this directory, create a data directory and a docker-compose.yml file. Project_Folder_For_Database […]Continue reading