aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md4
1 files 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
--------