From ff8c0adf6880c73fcbdd0ec29dfdfee3a51ba8a3 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 14 Oct 2020 09:08:40 +0200 Subject: [PATCH] tweak paragraph about multiple Docker Composer files --- setup/symfony_server.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/symfony_server.rst b/setup/symfony_server.rst index 5a1c408efa6..70155de0637 100644 --- a/setup/symfony_server.rst +++ b/setup/symfony_server.rst @@ -375,8 +375,8 @@ its location, same as for ``docker-compose``: .. note:: - If you have more than one docker-compose files you can provide them all - separated by ``:``, as explained in the `Docker compose CLI env var reference`_. + If you have more than one Docker Compose file, you can provide them all + separated by ``:`` as explained in the `Docker compose CLI env var reference`_. SymfonyCloud Integration ------------------------