docker-compose.yml
on the root of your project.
config
containing nginx and php-fpm config for it.
web
containing index.php for NGINX root directory.
.vscode
containing VSCode config for XDEBUG.
You have to set your IP addr for XDEBUG.
/config/php-fpm/xdebug-ini-overrides.ini
cd
to your project and run docker-compose up -d
NGINX: localhost:8080
MySQL: host: localhost
; port: 8082
XDEBUG: port: 9001