File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,11 @@ ENV PHP_EXT_XDEBUG=0 \
118118 FPM_WWW_LISTEN="[::]:9000" \
119119 FPM_WWW_USER=www-data \
120120 FPM_WWW_SLOWLOG=/dev/stdout.pipe \
121- PHP_XDEBUG__REMOTE_ENABLE=1 \
122- PHP_XDEBUG__REMOTE_HOST=172.17.0.1 \
123- PHP_XDEBUG__REMOTE_PORT=9000 \
124- PHP_XDEBUG__REMOTE_CONNECT_BACK=0 \
125- PHP_XDEBUG__IDEKEY=PHPSTORM \
121+ PHP_XDEBUG__LOG=/dev/stdout.pipe \
122+ PHP_XDEBUG__DISCOVER_CLIENT_HOST=true \
123+ PHP_XDEBUG__CLIENT_HOST=172.17.0.1 \
124+ PHP_XDEBUG__CLIENT_PORT=9003 \
125+ XDEBUG_MODE=develop,debug \
126126 RAWEXEC="$RAWEXEC php-fpm php-fpm$major"
127127
128128ARG TARGETARCH
@@ -142,8 +142,6 @@ RUN if [ "$TARGETARCH" = amd64 ]; then wget -O /tmp/nr.tar.gz "http://download.n
142142 && NR_INSTALL_SILENT=1 NR_INSTALL_USE_CP_NOT_LN=1 NR_INSTALL_INITFILE=/tmp/nr NR_INSTALL_DAEMONPATH=/tmp/nr-daemon /tmp/newrelic*/newrelic-install install \
143143 && rm -rf /etc/newrelic && clean; fi
144144
145- EXPOSE 9000
146-
147145FROM latest AS nginx
148146
149147RUN apk add nginx && clean
You can’t perform that action at this time.
0 commit comments