Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compatibility with xdebug to Docker container #53

Open
e-caste opened this issue Oct 20, 2020 · 2 comments
Open

Add compatibility with xdebug to Docker container #53

e-caste opened this issue Oct 20, 2020 · 2 comments
Labels
docker about the docker container

Comments

@e-caste
Copy link
Member

e-caste commented Oct 20, 2020

Find a way to enable debugging through the Docker container defined in the Dockerfile.
@lvps you may want to chime in on this one to give additional details

@e-caste e-caste added enhancement docker about the docker container labels Oct 20, 2020
@lvps
Copy link
Member

lvps commented Oct 20, 2020

@e-caste Yes: install xdebug (it's a php extension) and enable it. It should be enough... If it can connect to a server outside the container (the machine running the container, acting as a server).

Also find a way to avoid installing it at all in production

@lvps
Copy link
Member

lvps commented Sep 20, 2021

The container has to be split (nginx + PHP) to install xdebug, do the same thing as tarallo

@lvps lvps removed the enhancement label Oct 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker about the docker container
Projects
None yet
Development

No branches or pull requests

3 participants