Set time of day for photoprism import job
This commit is contained in:
parent
6854347d33
commit
98ba1b60ad
@ -113,7 +113,7 @@ module "photoprism" {
|
|||||||
name = "import"
|
name = "import"
|
||||||
command = "photoprism"
|
command = "photoprism"
|
||||||
args = ["import", "/photoprism-media/Import"]
|
args = ["import", "/photoprism-media/Import"]
|
||||||
cron = "@daily"
|
cron = "0 0 3 * * * *"
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user