summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2022-06-04 16:06:32 +0300
committerfox <[email protected]>2022-06-04 16:06:32 +0300
commit3bd1fafd9d321f987bc6a6e6fc009cb80daf12c4 (patch)
tree185c9be3aae0be9eaf8f26a6314e2ebbcec7e79e
parentf4636cd043f093f64e121382b3579ca2de0b60cd (diff)
Update 'Home'
-rw-r--r--Home.md21
1 files changed, 19 insertions, 2 deletions
diff --git a/Home.md b/Home.md
index 8e3f2e7..bd8fa45 100644
--- a/Home.md
+++ b/Home.md
@@ -27,8 +27,25 @@ See also:
### Installation
-* Using [Docker compose](https://git.tt-rss.org/fox/epube-docker-compose.git/) (recommended)
-* Host installation, see [README.md](https://git.tt-rss.org/fox/the-epube.git/tree/README.md)
+I suggest using my auto-built Docker Hub images (note `static-dockerhub` [branch](https://git.tt-rss.org/fox/epube-docker-compose.git/tree/?h=static-dockerhub)). Those go through a proper CI/CD pipeline so there are some safeguards involved which would hopefully prevent a broken image getting pushed out.
+
+```sh
+git clone -b static-dockerhub https://git.tt-rss.org/fox/epube-docker-compose.git epube-docker-compose
+
+docker-compose up
+```
+
+Alternatively, you can use [master branch](https://git.tt-rss.org/fox/epube-docker-compose.git/) compose file which would build a DIY image using latest Epube source from Git:
+
+```sh
+git clone https://git.tt-rss.org/fox/epube-docker-compose.git epube-docker-compose
+
+docker-compose up --build
+```
+
+---------------
+
+For host installation, see [README.md](https://git.tt-rss.org/fox/the-epube.git/tree/README.md)
### FAQ