fix Adding cron jobs description is incorrect

This commit is contained in:
Logan
2022-09-22 17:36:09 +08:00
committed by GitHub
parent 6dba239462
commit 963d8e61ca

View File

@@ -1606,7 +1606,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