summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2020-01-24 19:53:47 +0000
committerfox <[email protected]>2020-01-24 19:53:47 +0000
commit617a8185f31974f1897da144dc02754341be3a17 (patch)
tree40f07ac9cae79e94c19f4716ab0a7040146567b1
parent73f55f350f1b81745bab99f11712b2ee56866e05 (diff)
Update page 'InstallationNotes'
-rw-r--r--InstallationNotes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index 26d0cb3..13e1dc7 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -6,11 +6,11 @@
Official dockerized setup requires [docker-compose](https://docs.docker.com/compose/). There are two variants available:
-1. Dynamic: tt-rss source is automatically updated to latest git master version on restart:
+#### Dynamic: tt-rss source is automatically updated to latest git master version on restart:
[Installation guide](https://git.tt-rss.org/fox/ttrss-docker-compose/src/master/README.md)
-2. (EXPERIMENTAL) Static: uses pre-built images provided via Docker Hub:
+#### (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.