File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ RUN apt-get install -y --no-install-recommends \
4747
4848
4949COPY ./pool.conf /usr/local/etc/php-fpm.d/pool.conf
50- COPY ./xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
5150
5251
5352
Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ xdebug.remote_enable=1
22xdebug.remote_autostart =1
33xdebug.remote_host =host.docker.internal
44xdebug.remote_port =9001
5+ xdebug.profiler_enable = On
56; xdebug.remote_log=/tmp/xdebug.log
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ services:
1111 volumes :
1212 - ./:/var/www
1313 - ./Dockerfiles/php-fpm/php.ini:/usr/local/etc/php/php.ini
14+ - ./Dockerfiles/php-fpm/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
1415 restart : on-failure
1516 extra_hosts :
1617 - " localhost:172.16.1.50"
You can’t perform that action at this time.
0 commit comments