Jelajahi Sumber

Fix tty error on cron with docker (#2954)

* Fix tty error on cron with docker

* remove interactive option in cron command
pofilo 5 tahun lalu
induk
melakukan
ee29ec0a73
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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