nextcloud: change cron-image (#589)
Reviewed-on: #589 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
7dfe80a4dc
commit
8c661c1e0d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ services:
|
|||
######## cron ########
|
||||
nextcloud-cron:
|
||||
container_name: nextcloud-cron
|
||||
image: rcdailey/nextcloud-cronjob:latest
|
||||
image: registry.mgrote.net/nextcloud-cronjob:master
|
||||
restart: unless-stopped
|
||||
network_mode: none
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in a new issue