misc_pterodactyl-panel/.github/docker/yacron.yaml

9 lines
158 B
YAML
Raw Normal View History

2022-11-27 19:34:31 +00:00
jobs:
- name: scheduler
command:
- /usr/bin/php
- /var/www/pterodactyl/artisan
- schedule:run
schedule: "* * * * *"
utc: true