Repo used to help you to create your own image using Dockerfile, docker-compose and entrypoint, to make your application works with xDebug PHP Module.
Basically you need:
- Create a new
docker-compose.yml
file usingdocker-compose.yml_sample
as reference.
cp docker-compose.yml_sample docker-compose.yml
- (optional) Adjust the settings of the file
docker-compose.yml
if necessary After doing the above steps, simply execute the command below to build your image and create the container of your application.
docker-compose up
-
If you notice something is wrong, open an issue in GitHub.
-
You can fix it yourself by simply edit the file in GitHub and open a new pull request. The repository will be updated as soon as your pull request is accepted!
😃 ⚡