Merge pull request #3274 from iml885203/master
fix Adding cron jobs description is incorrect
This commit is contained in:
@@ -1650,7 +1650,7 @@ Update the locale setting, default is `POSIX`
|
||||
<a name="CronJobs"></a>
|
||||
## Adding cron jobs
|
||||
|
||||
You can add your cron jobs to `workspace/crontab/root` after the `php artisan` line.
|
||||
You can add your cron jobs to `workspace/crontab/laradock` after the `php artisan` line.
|
||||
|
||||
```
|
||||
* * * * * laradock /usr/bin/php /var/www/artisan schedule:run >> /dev/null 2>&1
|
||||
|
||||
Reference in New Issue
Block a user