v0.10.0: Docker + Update-Funktion + deploy.sh
This commit is contained in:
@@ -15,3 +15,8 @@ Schedule::command('network:scan')
|
||||
->everyMinute()
|
||||
->withoutOverlapping()
|
||||
->runInBackground();
|
||||
|
||||
// Update-Prüfung alle 6 Stunden
|
||||
Schedule::command('app:check-update')
|
||||
->everySixHours()
|
||||
->runInBackground();
|
||||
|
||||
Reference in New Issue
Block a user