From 8952bd1bf91041e818977afb08c1152f15bf3238 Mon Sep 17 00:00:00 2001 From: x86dev Date: Tue, 15 Sep 2015 22:53:17 +0200 Subject: [PATCH] Documentation. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd82619..d2d4aaa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# docker-ttrss +# docker-ttrss This Dockerfile installs Tiny Tiny RSS (TT-RSS) with the following features: @@ -162,7 +162,14 @@ When running this docker container you don't need to worry anymore how and when update TT-RSS. Since TT-RSS has a so-called "rolling release" model since some time (which essentially means that there won't be any specific versions like 1.0, 1.1 etc), this container takes the burden any checks for updates of TT-RSS and the accompanied -plugins/themes every day via a cron job (see `/etc/cron.daily/update-ttrss.sh`). +plugins/themes every day via an own update script (see `update-ttrss.sh`). + +By default the update script checks every 24 hours if there are updates for TT-RSS, +the plugins or the theme(s) available. + +If you want to change the update interval you just need to edit the file +`service-ttrss-update.conf` and change the `--wait-exit 24h` to fit your needs, whereas +the suffix `h` stands for hours, `m` for minutes and `s` for seconds. ### Want to contribute?