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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user