From 2f8d9d48b27407857bb83fe335cb165726ae3e9a Mon Sep 17 00:00:00 2001 From: Marko Kaznovac Date: Mon, 23 Jan 2023 11:34:55 +0100 Subject: [PATCH] [docker] fix composer `extra` variable name --- setup/docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/docker.rst b/setup/docker.rst index d3d51cb781f..cc6b4f6ebf6 100644 --- a/setup/docker.rst +++ b/setup/docker.rst @@ -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