10000 minor #14510 some minor tweaks (xabbuh) · symfony/symfony-docs@b7cb730 · GitHub
[go: up one dir, main page]

Skip to content

Commit b7cb730

Browse files
committed
minor #14510 some minor tweaks (xabbuh)
This PR was merged into the 4.4 branch. Discussion ---------- some minor tweaks Commits ------- 953845c some minor tweaks
2 parents e62f4c7 + 953845c commit b7cb730

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/symfony_server.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,12 +380,12 @@ its location, same as for ``docker-compose``:
380380

381381
.. caution::
382382

383-
When using Symfony binary with ``php bin/console`` (``symfony console ...``)
384-
the binay will **always** use environment variables detected via Docker and will
383+
When using the Symfony binary with ``php bin/console`` (``symfony console ...``),
384+
the binary will **always** use environment variables detected via Docker and will
385385
ignore local environment variables.
386386
For example if you set up a different database name in your ``.env.test`` file
387387
(``DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/test``) and if you run
388-
``symfony console doctrine:database:drop --force --env=test`` the command will drop the database
388+
``symfony console doctrine:database:drop --force --env=test``, the command will drop the database
389389
defined in your Docker configuration and not the "test" one.
390390

391391
SymfonyCloud Integration

0 commit comments

Comments
 (0)
0