Skip to content

Commit 4433747

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: [docker] fix composer `extra` variable name
2 parents 643c62e + 3f609ff commit 4433747

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)