sail:install
creates invalid Yaml files when using mysql
.
#566
Labels
sail:install
creates invalid Yaml files when using mysql
.
#566
Description:
When running the
php artisan sail:install
and choosingmysql
as a service, thedocker-compose.yml
is invalid.The invalid part is:
Instead of the one that's included in the stub
I guess the same happens with other services such as
pgsql
.Steps To Reproduce:
composer require laravel/sail --dev
php artisan sail:install
, choosemysql
as a service (option0
)docker-compose.yml
file.The text was updated successfully, but these errors were encountered: