In this Live Environment, you will be creating a development environment using PHP and MySQL for a project you are working on. Because the environment is a bit sophisticated, you’ve decided that it would be easier to build it out using Docker-Compose. Create a Docker-Compose file that sets up a db and webapp container. Use volumes so that your database and PHP files will be persistent.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create a Docker-Compose File
- Run the Containers