Symfony 5, Docker, MySQL example

Today I will write how to make Symfony 5 application with docker. If you haven’t, install docker on your machine. Start by creating directory docker/nginx. Put in it default.conf file: Then inside docker directory create directory php/conf.d and put xdebug.ini file. Or you can skip adding this file if you do not need xdebug. This …