-
Notifications
You must be signed in to change notification settings - Fork 267
Cronjobs
codedge edited this page Aug 24, 2020
·
3 revisions
- Cronjobs for Invoice Ninja 4
- Cronjobs for Invoice Ninja 5
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
.
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 are already configured. Enjoy! 🎉
Further help channels:
Slack | StackOverflow (use tag invoice-ninja
) | Github