diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-30 17:33:41 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-30 17:33:41 +0200 |
commit | 3337e7c0c21730f9f8d67917ee1cffec583b0202 (patch) | |
tree | 4ad6772b4bcb6e8e4262e1f400433afef8fc2bab | |
parent | docker: fix armhf builds (diff) | |
download | cgitize-3337e7c0c21730f9f8d67917ee1cffec583b0202.tar.gz cgitize-3337e7c0c21730f9f8d67917ee1cffec583b0202.zip |
docker: README update
-rw-r--r-- | docker/README.md | 4 |
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 -------- |