dev docs: fixed container name
This commit is contained in:
parent
35c02c6e39
commit
7f5baf7b10
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue