summaryrefslogtreecommitdiff
path: root/InstallationNotes.md
diff options
context:
space:
mode:
authorfox <[email protected]>2020-01-25 19:14:44 +0000
committerfox <[email protected]>2020-01-25 19:14:44 +0000
commit074b28f2b7cc0a95694f2a3aeda020275ed4c81a (patch)
tree1e2889074a444e03a7467f3a5bcd88c3fe68472c /InstallationNotes.md
parent4719c891814715725e5ec1063fef065c3eb49443 (diff)
Update page 'InstallationNotes'
Diffstat (limited to 'InstallationNotes.md')
-rw-r--r--InstallationNotes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index de9db39..5e801fe 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -6,13 +6,13 @@
Official dockerized setup requires [docker-compose](https://docs.docker.com/compose/). There are two variants available:
-#### Dynamic: tt-rss source is automatically updated to latest git master version on restart
+#### 1. 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)
-#### Static: uses pre-built images provided via Docker Hub
+#### 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 on git master source updates and then pushed to [Docker Hub](https://hub.docker.com/u/cthulhoo).