We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b76e20 commit a8c685cCopy full SHA for a8c685c
Dockerfile
@@ -33,5 +33,6 @@ RUN git clone --recursive --depth=1 https://github.com/NoiseByNorthwest/php-spx.
33
# Install and configure Xdebug
34
RUN pecl install xdebug && docker-php-ext-enable xdebug && \
35
echo "xdebug.mode=debug" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini && \
36
- echo "xdebug.client_host=host.docker.internal" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini && \
+ echo "xdebug.client_host=172.20.0.1" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini && \
37
+ echo "xdebug.idekey=dicoding-debug" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini && \
38
rm -rf /tmp/pear
0 commit comments