prooph / docker-files

Collection of prooph docker files
http://getprooph.org
249 stars 89 forks source link

Working xdebug for mac users #17

Closed tomhaj closed 6 years ago

tomhaj commented 7 years ago

According to this article mac users should use different hostname in xdebug. Setting it to docker.for.mac.localhost will resolve problems

codeliner commented 6 years ago

ping @sandrokeil

sandrokeil commented 6 years ago

@tomhaj Thank you for your PR. Can you remove the env var ENV XDEBUG_HOST=172.17.0.1 from the fpm config files please. It is not used there in favor of xdebug.remote_connect_back=1

tomhaj commented 6 years ago

@sandrokeil fixed. Please check changes again and merge if ready.

sandrokeil commented 6 years ago

New Docker image tags are on the way.