docker-files icon indicating copy to clipboard operation
docker-files copied to clipboard

Consider `host.docker.internal` using instead of a hardcoded IP

Open basz opened this issue 7 years ago • 1 comments

Consider host.docker.internal using instead of a hardcoded IP

It looks like host.docker.internal settled as a replacement for the Mac specific version and later localhost tld and is here to stay.

basz avatar Oct 18 '18 11:10 basz

It looks like it's not working on Linux? Maybe we should remove it and should set this in via Docker env variables or we have to wait until https://github.com/docker/for-linux/issues/264 was fixed?

    environment:
    - PHP_IDE_CONFIG=serverName=application
    - XDEBUG_CONFIG=remote_host=172.17.01

sandrokeil avatar Oct 18 '18 15:10 sandrokeil