summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2020-09-21 10:50:50 +0000
committerfox <[email protected]>2020-09-21 10:50:50 +0000
commitbbc8acc0ee90286aff1b9ce5d8c46b2491ba98e0 (patch)
treecb2663f3e4307e137788f14e3fc4d58455e306aa
parentc6ed246c2b7eed52d4b897e889c4579bcb086882 (diff)
Update page 'InstallationNotes'
-rw-r--r--InstallationNotes.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index a46a783..f7d2883 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -1,6 +1,6 @@
% Installation Guide
-## Installing Tiny Tiny RSS for the first time
+## Installing Tiny Tiny RSS
As of 2020, the recommended way to deploy tt-rss is via Docker. Unless you have very specific needs which require direct installation on the host, consider using docker-compose setup described below:
@@ -14,6 +14,8 @@ Use this if you want to always run latest tt-rss code.
&rarr; [Installation guide (dynamic)](https://git.tt-rss.org/fox/ttrss-docker-compose/src/master/README.md)
+Updates are applied automatically from git master branch on container restart.
+
#### 2. Static: uses pre-built images provided via Docker Hub
This seems to be a more commonly used pattern for Docker containers: images (including tt-rss source code) are built automatically and then pushed to [Docker Hub](https://hub.docker.com/u/cthulhoo).
@@ -22,6 +24,8 @@ Use this if you want manual control over tt-rss updates or an ability to revert
&rarr; [Installation guide (static)](https://git.tt-rss.org/fox/ttrss-docker-compose/src/static-dockerhub/README.md)
+Updates are handled the usual way. Either run `docker-compose pull` etc. when appropriate or use something like [Watchtower](https://github.com/containrrr/watchtower) to apply updates automatically.
+
----
Alternatively, [install directly on a host machine](wiki/InstallationNotesHost). \ No newline at end of file