mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-06 06:27:25 +01:00
Updated Cronjobs (markdown)
12
Cronjobs.md
12
Cronjobs.md
@@ -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! 🎉
|
||||
Reference in New Issue
Block a user