Updated Cronjobs (markdown)

codedge
2020-08-25 00:19:59 +02:00
parent c33950470e
commit e14922cc0b

@@ -9,6 +9,18 @@ Inside the [`docker-compose.yml`](https://github.com/invoiceninja/dockerfiles/bl
Make sure you also removed the hash `#` for `logo:` from the `volumes section`.
### Upgrading to Alpine-based version
With the change to an [Alpine](https://alpinelinux.org/)-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`](https://github.com/invoiceninja/dockerfiles/blob/master/docker-compose.yml).
## Cronjobs for Invoice Ninja 5
Cronjobs are already configured. Enjoy! 🎉