mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-18 03:41:25 +02:00
Updated Xdebug settings for Xdebug 3
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user