We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08db7f0 commit a7d4f45Copy full SHA for a7d4f45
docs/commands.md
@@ -79,6 +79,6 @@ After above command you will be inside symfony container and for display list of
79
```
80
#### Custom commands in symfony container shell
81
```bash
82
-./bin/console db:wait # Waits for database availability (2 mins max)
+./bin/console db:wait # Waits for database availability (1 mins max)
83
./bin/console messenger:setup-transports # Initialize transports for Messenger component
84
0 commit comments