Skip to content

Commit 3f609ff

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [docker] fix composer `extra` variable name
2 parents e0e1750 + 6fe2d5d commit 3f609ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/docker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ your ``docker-compose.yml`` file will automatically be updated to include a
2626

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

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

0 commit comments

Comments
 (0)