8000
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.
2 parents 5c1bcb1 + 9b0de52 commit 80314faCopy full SHA for 80314fa
setup/symfony_server.rst
@@ -282,8 +282,11 @@ The local Symfony server provides full `Docker`_ integration for projects that
282
use it.
283
284
When the web server detects that Docker Compose is running for the project, it
285
-automatically exposes environment variables according to the exposed port and
286
-the name of the ``docker-compose`` services.
+automatically exposes some environment variables.
+
287
+Via the ``docker-compose`` API, it looks for exposed ports used for common
288
+services. When it detects one it knows about, it uses the service name to
289
+expose environment variables.
290
291
Consider the following configuration:
292
0 commit comments