Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.1 KB

Docker + PHP + XDebug

About

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.

How to use

Basically you need:

  • Create a new docker-compose.yml file using docker-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

🤝 Contributing

:octocat: 😃 ⚡

®️ References