summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2022-05-11 11:07:33 +0300
committerfox <[email protected]>2022-05-11 11:07:33 +0300
commiteb2e78f79b62eba29fb762171e1221b03beb600a (patch)
tree173be55ca4ce4da7bad662ee8269a1e2bda2caac
parentf6db421acbe5536f2f5aa8fbf55460f2c19eba55 (diff)
Update 'InstallationNotes'
-rw-r--r--InstallationNotes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index 491725d..d009b7c 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -6,7 +6,7 @@ Docker(-compose) is the only supported way to deploy tt-rss.
### Static: uses pre-built images provided via Docker Hub &larr; recommended for users
-This seems to be a more commonly used pattern for Docker containers: images (including a snapshot of tt-rss source code) are built automatically on master branch updates and then pushed to [Docker Hub](https://hub.docker.com/u/cthulhoo).
+This seems to be a more commonly used pattern for Docker containers: images (including a snapshot of tt-rss source code) are built automatically on master branch updates and - if build succeeds - pushed to [Docker Hub](https://hub.docker.com/u/cthulhoo).
Use this if you want manual control over tt-rss updates or an ability to revert to an older prebuilt image.