From 3337e7c0c21730f9f8d67917ee1cffec583b0202 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 May 2023 17:33:41 +0200 Subject: docker: README update --- docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index 096796c..5fc8f7e 100644 --- a/docker/README.md +++ b/docker/README.md @@ -12,8 +12,8 @@ The `SCHEDULE` environment variable controls how often it gets run (see below). * Environment variables: * `SCHEDULE`: defaults to "once", which makes the container exit after the first run. -You can also set it to "15min", "hourly", "daily", "weekly", "monthly" or a -custom 5-part cron schedule like "*/5 * * * *". +You can also set it to "minutely", "15min", "hourly", "daily", "weekly", +"monthly" or a custom 5-part cron schedule like "*/5 * * * *". Frontend -------- -- cgit v1.2.3