Просмотр исходного кода

Fix tty error on cron with docker (#2954)

* Fix tty error on cron with docker

* remove interactive option in cron command
pofilo 6 лет назад
Родитель
Сommit
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:
 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
 ### Option 3) Cron as another instance of the same FreshRSS Docker image