Hi,
I am getting this error ...
matomo_ofelia | unable to start a empty scheduler.
matomo_ofelia | 2026-03-16T12:00:42.346Z scheduler.go:40 ▶ WARNING Failed to register job "job-archive-reports" - "/usr/local/bin/php /var/www/html/console --matomo-domain=matomo.mydomain.uk core:archive --url=https://matomo.mydomain.uk" - "@every 1d"
... and this is part of my Matomo docker compose ...
ofelia:
depends_on:
- matomo
image: mcuadros/ofelia:latest
container_name: matomo_ofelia
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./ofelia/config.ini:/etc/ofelia/config.ini
... and the ofelia config ...
$ cat ofelia/config.ini
[job-exec "job-archive-reports"]
#schedule = @every 1h
schedule = @every 1d
container = matomo
command = /usr/local/bin/php /var/www/html/console --matomo-domain=matomo.mydomain.uk core:archive --url=https://matomo.mydomain.uk
user = www-data
tty = true
... what am I doing wrong please?
Hope you can help.
Thanks,
Paully