diff --git a/src/content/docs/apm/agents/php-agent/advanced-installation/docker-other-container-environments-install-php-agent.mdx b/src/content/docs/apm/agents/php-agent/advanced-installation/docker-other-container-environments-install-php-agent.mdx index 065cd52bee7..6bf80de605d 100644 --- a/src/content/docs/apm/agents/php-agent/advanced-installation/docker-other-container-environments-install-php-agent.mdx +++ b/src/content/docs/apm/agents/php-agent/advanced-installation/docker-other-container-environments-install-php-agent.mdx @@ -14,10 +14,10 @@ signupBanner: freshnessValidatedDate: never --- -You can install the PHP agent on a Docker container or other container to monitor one or more of your PHP applications. This is supported for containers that meet [PHP agent requirements](/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements). +You can install the PHP agent on a Docker container or other container to monitor one or more of your PHP applications. This is supported for containers that meet the standard [PHP agent compatibility and requirements](/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements). - - The PHP Agent's daemon transmits data to New Relic periodically during the minute-long [harvest cycle](/docs/using-new-relic/welcome-new-relic/getting-started/glossary#harvest-cycle). If you're starting up and tearing down containers often, ensure that you leave the daemon container running long enough to transmit any remaining data. + + The PHP agent's daemon transmits data to New Relic periodically during the minute-long [harvest cycle](/docs/using-new-relic/welcome-new-relic/getting-started/glossary#harvest-cycle). If you're starting up and tearing down containers often, ensure that you leave the daemon container running long enough to transmit any remaining data. ## Container options [#overview] @@ -29,12 +29,9 @@ The PHP agent requires two components to work: the PHP agent (one for each appli ## Install agent and daemon in different containers [#install-diff-containers] -Requirements: - -* Meet [PHP agent requirements](/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements) -* PHP agent version 9.2 or higher +Installing the agent and daemon in different containers is supported on PHP agnet versions 9.2 and higher. -To see an example application, go to [New Relic's Support Forum](https://discuss.newrelic.com/t/relic-solution-php-agent-and-daemon-containers/84841). If you're using short-lived application containers, we recommend you use a separate container for the PHP Agent's daemon. +To see an example application, go to [New Relic's Support Forum](https://discuss.newrelic.com/t/relic-solution-php-agent-and-daemon-containers/84841). If you're using short-lived application containers, we recommend you use a separate container for the PHP agent's daemon. Data transmitted from the agent to the daemon is **not** encrypted. The only exception to this is the [SQL obfuscation](/docs/agents/php-agent/configuration/php-agent-configuration#inivar-tt-sql) that happens before sending data to the daemon. If the agent and daemon are running on different hosts, we recommend that you use a private network connection between the agent and daemon.