10 lines
172 B
YAML
10 lines
172 B
YAML
version: '3'
|
|
|
|
service:
|
|
cron:
|
|
command: php cron-worker.php
|
|
process_num: 2
|
|
exec_timeout: 0
|
|
remain_after_exit: true
|
|
restart_sec: 1
|