Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inform user when running docker-compose down #52

Merged
merged 3 commits into from
Feb 4, 2021
Merged

Inform user when running docker-compose down #52

merged 3 commits into from
Feb 4, 2021

Conversation

ant32
Copy link
Contributor

@ant32 ant32 commented Feb 4, 2021

Spent many hours scratching my head not realizing that a service I knew wasn't working yet was causing me to not be able to run sail art migrate which was needed by the failed service

This will now print out a message with the failed services and that it is shutting down

[philip@philip-xps laravel]$ sail shell
laravel_monitoring_1     laravel-monitoring               Exit 1                                          
Shutting down sail
Sail is not running.

You may Sail using the following commands: './vendor/bin/sail up' or './vendor/bin/sail up -d'
[philip@philip-xps laravel]$ 

Spent many hours scratching my head not realizing that a service I knew wasn't working yet was causing me to not be able to run sail art migrate which was needed by the failed service
@taylorotwell taylorotwell merged commit 1c2d77a into laravel:1.x Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants