Skip to content

Commit

Permalink
Documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
x86dev committed Sep 15, 2015
1 parent b52c2d4 commit 8952bd1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# docker-ttrss
# docker-ttrss

This Dockerfile installs Tiny Tiny RSS (TT-RSS) with the following features:

Expand Down Expand Up @@ -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?

Expand Down

0 comments on commit 8952bd1

Please sign in to comment.