Skip to content

Dockerfile prepared to work with xDebug on entrypoint through docker-compose

Notifications You must be signed in to change notification settings

devbrotherhood/docker-php-xdebug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • rename the file docker-compose.yml_sample to docker-compose.yml
  • Adjust the settings of the file docker-compose.yml if necessary
  • Build the image

After doing the above steps, simply execute the command below to build your image and create the container of your application.

docker-compose up

or if you don't wanna watch your containers set -d at end. Like this:

docker-compose up -d

About

Dockerfile prepared to work with xDebug on entrypoint through docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%