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 cc5489a commit d50cb25Copy full SHA for d50cb25
Dockerfile
@@ -134,7 +134,7 @@ ARG blackfire_version
134
RUN wget -O "/usr/lib/php${major}/modules/blackfire.so" https://packages.blackfire.io/binaries/blackfire-php/${blackfire_version}/blackfire-php-alpine_${TARGETARCH}-php-${version/./}.so \
135
&& mkdir /var/run/blackfire \
136
&& chmod a+x /var/run/blackfire/ "/usr/lib/php${major}/modules/blackfire.so" \
137
- && echo -e "extension=blackfire.so\nblackfire.agent_socket=tcp://blackfire:8707" > "${PHP_INI_DIR}/conf.d/blackfire.ini"
+ && echo -e "extension=blackfire.so\nblackfire.agent_socket=tcp://blackfire:8307" > "${PHP_INI_DIR}/conf.d/blackfire.ini"
138
139
ARG newrelic_version
140
0 commit comments