File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,9 @@ RUN yes '' | pecl install -f xdebug
60
60
RUN echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini \
61
61
&& echo "xdebug.remote_enable=on" >> /usr/local/etc/php/conf.d/xdebug.ini \
62
62
&& echo "xdebug.remote_handler=dbgp" >> /usr/local/etc/php/conf.d/xdebug.ini \
63
- && echo "xdebug.remote_connect_back=0 " >> /usr/local/etc/php/conf.d/xdebug.ini \
63
+ && echo "xdebug.remote_connect_back=1 " >> /usr/local/etc/php/conf.d/xdebug.ini \
64
64
&& echo "xdebug.remote_autostart=off" >> /usr/local/etc/php/conf.d/xdebug.ini \
65
- && echo "xdebug.remote_port=9004" >> /usr/local/etc/php/conf.d/xdebug.ini \
66
- && echo "xdebug.remote_log=\" /var/log/xdebug.log\" " >> /usr/local/etc/php/conf.d/xdebug.ini
65
+ && echo "xdebug.remote_port=9004" >> /usr/local/etc/php/conf.d/xdebug.ini
67
66
68
67
RUN echo ";;;;;;;;;;;;;;;;;;; ; Module Settings ; ;;;;;;;;;;;;;;;;;;; \n \
69
68
[Date] \n \
You can’t perform that action at this time.
0 commit comments