aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar proletarius101 <54175165+proletarius101@users.noreply.github.com> 2021-07-25 19:49:58 +0800
committerGravatar GitHub <noreply@github.com> 2021-07-25 13:49:58 +0200
commit76db9a6ae3409d2ac007bb53c1ab10682864d4c4 (patch)
tree29760e24b3ddcbc0f87bae6aa4e40a4df9662489
parent069e29f922f46f48669161a7c00a84eefff5e83d (diff)
[docs] fix the cron container terminates upon start (#3718)
-rw-r--r--Docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/README.md b/Docker/README.md
index 957416841..d63299de9 100644
--- a/Docker/README.md
+++ b/Docker/README.md
@@ -245,7 +245,7 @@ docker run -d --restart unless-stopped --log-opt max-size=10m \
-e 'CRON_MIN=17,47' \
--net freshrss-network \
--name freshrss_cron freshrss/freshrss \
- cron
+ cron -f
```
#### For the Alpine image