Set time of day for photoprism import job

This commit is contained in:
IamTheFij 2024-10-08 10:09:31 -07:00
parent 6854347d33
commit 98ba1b60ad

View File

@ -113,7 +113,7 @@ module "photoprism" {
name = "import"
command = "photoprism"
args = ["import", "/photoprism-media/Import"]
cron = "@daily"
cron = "0 0 3 * * * *"
},
]
}