dev docs: fixed container name

This commit is contained in:
Igor Scheller 2021-10-23 17:36:22 +02:00
parent 35c02c6e39
commit 7f5baf7b10
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ To view the output of `dump` call the following commands:
```bash ```bash
vendor/bin/var-dump-server vendor/bin/var-dump-server
# or for running in docker # or for running in docker
docker exec -it engelsystem_dev_es_php_fpm_1 vendor/bin/var-dump-server docker exec -it engelsystem_dev-es_php_fpm-1 vendor/bin/var-dump-server
``` ```
For more information check out the Var Dump Server documentation: [Symfony VarDumper](https://symfony.com/components/VarDumper) For more information check out the Var Dump Server documentation: [Symfony VarDumper](https://symfony.com/components/VarDumper)