If you need to setup a PHP-MYSQL-NGINX environment in your machine, you only have to clone this repositorio and run:
docker-compose up -dThen just go to http://localhost:8780/ for the "Hello World" message :).
The app folder will contain all the code of your site. In this folder nginx its going to search for the index.php.
This folder constains all the info of the containers that we need to touch or backup
Contains my.cnf so you can config your mysql and a data folder points to /var/lib/mysql. This allows you to keep your data after deleting the containers.
Contains app.conf with your server nginx configuration
Contains your_site.ini (you can change the name) to add php configuration