Skip to content
codedge edited this page Aug 24, 2020 · 3 revisions

Table of content

Cronjobs for Invoice Ninja 4

Inside the docker-compose.yml 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.

Upgrading to Alpine-based version

With the change to an Alpine-based base image for IN, the usage of bash shell does not work anymore. This is the case for running cronjobs for the IN 4. All references to a bash command need to be changed.

Old New
/bin/bash /bin/sh
bash sh

A working version can be found inside the docker-compose.yml.

Cronjobs for Invoice Ninja 5

Cronjobs are already configured. Enjoy! 🎉