diff options
| author | 2020-05-06 22:56:51 +0200 | |
|---|---|---|
| committer | 2020-05-06 22:56:51 +0200 | |
| commit | ee29ec0a7320296fcf38c60d635d31db3b199d33 (patch) | |
| tree | 198dc0c1edea13a72ed821847d65cc5fca8c204b /Docker/README.md | |
| parent | cc7a784cbe8822d306a2937f08b7665ea82ffb54 (diff) | |
Fix tty error on cron with docker (#2954)
* Fix tty error on cron with docker
* remove interactive option in cron command
Diffstat (limited to 'Docker/README.md')
| -rw-r--r-- | Docker/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
