diff options
| author | 2021-07-25 19:49:58 +0800 | |
|---|---|---|
| committer | 2021-07-25 13:49:58 +0200 | |
| commit | 76db9a6ae3409d2ac007bb53c1ab10682864d4c4 (patch) | |
| tree | 29760e24b3ddcbc0f87bae6aa4e40a4df9662489 | |
| parent | 069e29f922f46f48669161a7c00a84eefff5e83d (diff) | |
[docs] fix the cron container terminates upon start (#3718)
| -rw-r--r-- | Docker/README.md | 2 |
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 |
