You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using this docker image for a few months and it works perfectly!
There is only one thing bugging me and that is the fact that this image is not set up to send emails automatically.
Is it possible to add cron and the following string to its crontab: * * * * * php /var/www/html/artisan schedule:run >> /dev/null 2>&1?
The text was updated successfully, but these errors were encountered:
Hello,
I've been using this docker image for a few months and it works perfectly!
There is only one thing bugging me and that is the fact that this image is not set up to send emails automatically.
Is it possible to add cron and the following string to its crontab:
* * * * * php /var/www/html/artisan schedule:run >> /dev/null 2>&1
?The text was updated successfully, but these errors were encountered: