diff --git a/docker/conf/defaults/crontab b/docker/conf/defaults/crontab index e8d89012..1475670c 100644 --- a/docker/conf/defaults/crontab +++ b/docker/conf/defaults/crontab @@ -6,5 +6,5 @@ 0 3 * * 6 run-parts /etc/periodic/weekly 0 5 1 * * run-parts /etc/periodic/monthly # speedtest cron -* * * * * php /config/www/artisan schedule:run >> /config/log/speedtest/cron.log -# */5 * * * * php /config/www/artisan queue:retry all >> /config/log/speedtest.cron.log +* * * * * php82 /config/www/artisan schedule:run >> /config/log/speedtest/cron.log +# */5 * * * * php82 /config/www/artisan queue:retry all >> /config/log/speedtest.cron.log