mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-27 15:50:40 +02:00
Added xdebug settings to php.ini
This commit is contained in:
@@ -2,3 +2,9 @@
|
||||
error_reporting = E_ALL
|
||||
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
|
||||
|
@@ -9,6 +9,8 @@ services:
|
||||
volumes:
|
||||
- ./:/var/www/html
|
||||
restart: unless-stopped
|
||||
extra_hosts:
|
||||
- host.docker.internal:${DOCKER_HOST_IP}
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
Reference in New Issue
Block a user