소스 검색

[docs] fix the cron container terminates upon start (#3718)

proletarius101 4 년 전
부모
커밋
76db9a6ae3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Docker/README.md

+ 1 - 1
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