summaryrefslogtreecommitdiff
path: root/InstallationNotes.md
diff options
context:
space:
mode:
authorfox <[email protected]>2020-10-11 06:22:03 +0000
committerfox <[email protected]>2020-10-11 06:22:03 +0000
commit63550a7b80b9273de746788f6fb779b2dd84a698 (patch)
tree42a914e7b6ae57414553ba83554db97109c0ab0f /InstallationNotes.md
parent856c47ac777543043c5c3d25346817d245663cf8 (diff)
Update page 'InstallationNotes'
Diffstat (limited to 'InstallationNotes.md')
-rw-r--r--InstallationNotes.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index 2cd9b8a..aecc7d9 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -2,15 +2,7 @@
As of 2020, Docker is the recommended way to deploy tt-rss. Unless you have very specific needs which require direct installation on the host, consider using [docker-compose](https://docs.docker.com/compose/) setup described below.
-### 1. Dynamic: tt-rss is updated automatically
-
-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
+### Static: uses pre-built images provided via Docker Hub
This seems to be a more commonly used pattern for Docker containers: images (including a snapshot of tt-rss source code) are built automatically and then pushed to [Docker Hub](https://hub.docker.com/u/cthulhoo).
@@ -20,6 +12,15 @@ Use this if you want manual control over tt-rss updates or an ability to revert
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.
+### Dynamic: tt-rss is updated automatically
+
+Use this if you want to always run latest tt-rss code and/or don't want to rely on Docker Hub.
+
+&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.
+
+
----
Alternatively, [install directly on a host machine](wiki/InstallationNotesHost). \ No newline at end of file