A simplified yet refined Docker Compose workflow that sets up a LEMP network of containers for local PHP with MySQL (MariaDB) development.
To get started, make sure you have Docker installed on your system, and then clone this repository.
Next, navigate in your terminal to the directory you cloned this, and spin up the containers for the web server by running docker-compose up -d
.