Updated Xdebug settings for Xdebug 3

This commit is contained in:
Chris Kankiewicz
2021-04-19 21:47:32 -07:00
parent 5dd4fd085a
commit 84fe13a848
2 changed files with 4 additions and 5 deletions

View File

@@ -4,7 +4,6 @@ log_errors = On
memory_limit = -1
[xdebug]
xdebug.remote_enable = 1
xdebug.remote_autostart = 1
xdebug.remote_host = host.docker.internal
xdebug.remote_port = 9000
xdebug.mode = debug
xdebug.client_host = host.docker.internal
xdebug.client_port = 9003

View File

@@ -9,7 +9,7 @@ services:
volumes:
- ./:/var/www/html
extra_hosts:
- host.docker.internal:${DOCKER_HOST_IP}
- host.docker.internal:${DOCKER_HOST_IP:-172.17.0.1}
memcached:
container_name: directory-lister-memcached