We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca413ed commit 69406dbCopy full SHA for 69406db
1 file changed
README.md
@@ -494,19 +494,13 @@ You can run artisan commands and many other Terminal commands from the Workspace
494
docker-compose up -d workspace // ..and all your other containers
495
```
496
497
-2 - Find the Workspace container name:
+2 - Enter the Workspace container:
498
499
```bash
500
-docker-compose ps
501
-```
502
-
503
-3 - Enter the Workspace container:
504
505
-```bash
506
-docker exec -it {workspace-container-name} bash
+docker-compose run workspace /bin/bash
507
508
509
-4 - Run anything you want :)
+3 - Run anything you want :)
510
511
512
php artisan
@@ -518,13 +512,6 @@ Composer update
518
phpunit
519
513
520
514
521
522
523
524
525
526
527
528
515
<br>
529
516
<a name="Use-Redis"></a>
530
517
### Use Redis
0 commit comments