Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
notthebee committed Mar 17, 2022
1 parent 5c03a68 commit 8f86b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/containers/services/nextcloud/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@
cron:
name: Scan the Nextcloud library
hour: "0"
minute: "0"
job: "docker exec nextcloud sudo -u abc php8 /config/www/nextcloud/occ files:scan --all"
1 change: 1 addition & 0 deletions roles/containers/services/photoprism/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,5 @@
cron:
name: Scan the PhotoPrism library
hour: "1"
minute: "0"
job: "/usr/bin/docker exec photoprism /photoprism/bin/photoprism index"

0 comments on commit 8f86b65

Please sign in to comment.