8000 minor #15808 Add Mercure support for Docker (fabpot) · symfony/symfony-docs@0c4b093 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c4b093

Browse files
committed
minor #15808 Add Mercure support for Docker (fabpot)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- Add Mercure support for Docker <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 6a7aed8 Add Mercure support for Docker
2 parents e7864d7 + 6a7aed8 commit 0c4b093

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup/symfony_server.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ Kafka 9092 ``KAFKA_``
355355
MailCatcher 1025/1080 ``MAILER_``
356356
or 25/80
357357
Blackfire 8707 ``BLACKFIRE_``
358+
Mercure 80 Always exposes ``MERCURE_PUBLIC_URL`` and ``MERCURE_URL`` (only works with the ``dunglas/mercure`` Docker image)
358359
============= ========= ======================
359360

360361
You can open web management interfaces for the services that expose them:
@@ -369,7 +370,7 @@ Or click on the links in the "Server" section of the web debug toolbar.
369370
.. tip::
370371

371372
To debug and list all exported environment variables, run ``symfony
372-
var:export``.
373+
var:export --debug``.
373374

374375
.. tip::
375376

0 commit comments

Comments
 (0)
0