diff --git a/Cronjobs.md b/Cronjobs.md new file mode 100644 index 0000000..ba94d11 --- /dev/null +++ b/Cronjobs.md @@ -0,0 +1,14 @@ +## Table of content + +* Cronjobs for [Invoice Ninja 4](#cronjobs-for-invoice-ninja-4) +* Cronjobs for [Invoice Ninja 5](#cronjobs-for-invoice-ninja-5) + +## Cronjobs for Invoice Ninja 4 + +Inside the [`docker-compose.yml`](https://github.com/invoiceninja/dockerfiles/blob/master/docker-compose.yml#L66) file you can find a working cronjob configuration. Just remove the hashes `#` in front and start up docker compose. + +Make sure you also removed the hash `#` for `logo:` from the `volumes section`. + +## Cronjobs for Invoice Ninja 5 + +Currently there is no working solution available to run cronjobs in Docker for IN 5. We are working on that currently. \ No newline at end of file