Replies: 1 comment 1 reply
-
You can use the For reference, here is the crontab used in actual the Docker image: kanboard/docker/etc/crontabs/nginx Line 1 in e182856 The documentation provides only an example that might need to be adapted depending how you installed the software. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cronjob as documented here
https://docs.kanboard.org/v1/admin/cronjob/
with example
0 8 * * * cd /path/to/kanboard && ./cli cronjob >/dev/null 2>&1
no longer works with newest docker image, I get for (paths adapted and working until recent image update)
cd /var/www/app/cli && ./cli cronjob
env: can't execute 'php': No such file or directory
find / -name php
finds no php executable
however there is php82 executable, symlinking works
Beta Was this translation helpful? Give feedback.
All reactions