浏览代码

Fix tty error on cron with docker (#2954)

* Fix tty error on cron with docker

* remove interactive option in cron command
pofilo 6 年之前
父节点
当前提交
ee29ec0a73
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Docker/README.md

+ 1 - 1
Docker/README.md

@@ -213,7 +213,7 @@ Remember not pass the `CRON_MIN` environment variable to your Docker run, to avo
 Example on Debian / Ubuntu: Create `/etc/cron.d/FreshRSS` with:
 
 ```
-7,37 * * * * root docker exec --user www-data -it freshrss php ./app/actualize_script.php > /tmp/FreshRSS.log 2>&1
+7,37 * * * * root docker exec --user www-data freshrss php ./app/actualize_script.php > /tmp/FreshRSS.log 2>&1
 ```
 
 ### Option 3) Cron as another instance of the same FreshRSS Docker image