From ee29ec0a7320296fcf38c60d635d31db3b199d33 Mon Sep 17 00:00:00 2001 From: pofilo Date: Wed, 6 May 2020 22:56:51 +0200 Subject: Fix tty error on cron with docker (#2954) * Fix tty error on cron with docker * remove interactive option in cron command --- Docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/README.md b/Docker/README.md index b27aa6b94..56d39493c 100644 --- a/Docker/README.md +++ b/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 -- cgit v1.2.3