misc_pterodactyl-panel/.github/docker/yacron.yaml
2022-11-27 12:34:31 -07:00

8 lines
158 B
YAML

jobs:
- name: scheduler
command:
- /usr/bin/php
- /var/www/pterodactyl/artisan
- schedule:run
schedule: "* * * * *"
utc: true