dnhsoft / docker-shopware

Shopware ready to use as a Docker container
MIT License
28 stars 9 forks source link

xdebug #5

Closed thekie closed 5 years ago

thekie commented 5 years ago

Is there a way to use xdebug with this docker container to debug using PhpStorm?

Thank you! Daniel

NikolaIvanovski commented 5 years ago

Hello Daniel. Right now xdebug is not installed so you need to create Dockerfile that use docker image of shopware version which you want. In this file you can run commands to install xdebug and configure it. You can check docker documentation how to add another layer on top of image.