We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d375f44 commit 962e087Copy full SHA for 962e087
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