summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2020-01-24 19:55:39 +0000
committerfox <[email protected]>2020-01-24 19:55:39 +0000
commit068cf4646380ae03b2c866764c610999595632c4 (patch)
treecacaf58ea5707227a0019be061f6726793cc3169
parent617a8185f31974f1897da144dc02754341be3a17 (diff)
Update page 'InstallationNotes'
-rw-r--r--InstallationNotes.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index 13e1dc7..6cf6938 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -8,11 +8,13 @@ Official dockerized setup requires [docker-compose](https://docs.docker.com/comp
#### Dynamic: tt-rss source is automatically updated to latest git master version on restart:
+Use this if you want to always run uptodate tt-rss code.
+
[Installation guide](https://git.tt-rss.org/fox/ttrss-docker-compose/src/master/README.md)
#### (EXPERIMENTAL) 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 on git master source updates and then pushed to Docker Hub.
+This seems to be a more commonly used pattern for Docker containers: images (including tt-rss source code) are built automatically on git master source updates and then pushed to [Docker Hub](https://hub.docker.com/u/cthulhoo).
Use this if you want manual control over tt-rss updates.