after all this years galering with php debuging i finally manage to get xdebug working, it's the first day of my new dev lifegit add ressources/xdebug.conf.example git add ressources/xdebug.conf.example

This commit is contained in:
2020-12-16 16:10:28 +01:00
parent c5757c47e2
commit 836e6586b8
7 changed files with 20 additions and 2 deletions
+5
View File
@@ -79,18 +79,23 @@ services:
build: ./Docker/php/
expose:
- 9000
- 9001
user: ${USER_UID}:${USER_GID}
volumes:
- php-user-data:/home/${USER_UNAME}
- "${PROJECT_ROOT}:/var/www/html/d8.materio.com/public_html"
- "${LEGACY_ROOT}:/var/www/html/d7.materio.com/public_html"
- "${LOG_ROOT}/php:/var/log:rw"
- "${XDEBUG_CONF}:/usr/local/etc/php/conf.d/xdebug.ini"
working_dir: "/var/www/html/d8.materio.com/public_html"
networks:
- database
- redis
- server
- solr
# extra_hosts:
# - "host.docker.internal:192.168.144.4"
# - "testhost:192.168.0.21"
depends_on:
- mysql
- mysql-legacy