We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6b46f commit 416f879Copy full SHA for 416f879
8.3/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.3.8-fpm-alpine3.20 AS base
+FROM php:8.3.8-fpm-alpine3.19 AS base
2
ARG COMPOSER_VERSION=2.7.7
3
WORKDIR /app
4
VOLUME /app
8.3/config/newrelic.ini
@@ -4,5 +4,5 @@ newrelic.license = "$NEW_RELIC_LICENSE"
newrelic.logfile = "/var/log/newrelic/php_agent.log"
5
newrelic.appname="$NEW_RELIC_APP_NAME"
6
newrelic.daemon.logfile = "/var/log/newrelic/newrelic-daemon.log"
7
-newrelic.distributed_tracing_enabled=true
+newrelic.distributed_tracigng_enabled=true
8
newrelic.daemon.address="newrelic-php-daemon:31339"
0 commit comments