Skip to content

[docker] fix composer extra variable name #17794

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ your ``docker-compose.yml`` file will automatically be updated to include a

The first time you install a recipe containing Docker config, Flex will ask you
if you want to include it. Or, you can set your preference in ``composer.json``,
by setting the ``symfony.extra.docker`` config to ``true`` or ``false``.
by setting the ``extra.symfony.docker`` config to ``true`` or ``false``.

Some recipes also include additions to your ``Dockerfile``. To get those changes,
you need to already have a ``Dockerfile`` at the root of your app *with* the
Expand Down