Create environment for develop on local.
Run following command in your terminals.
docker-compose up -d
This is basically Dockerfile from official repository.
Volume mounted form nginx && www/html for config and index.
You can access to http://localhost:80 default.
If you wanna change URL, should be change nginx/nginx.conf by yourself please.
Pull official image php:7.2-fpm and injection inifile.
It's pulled by official.
Default mountpoint is mysql/date in this directory.
If you wanna change that refactor volume section on docker-compose.yml
phpMyAdmin is MySQL GUI tools.
Maybe you don't need, should be commentout.