From aecf31b101c3056a0d98fcfd6ea6e702e6e30eec Mon Sep 17 00:00:00 2001 From: fox Date: Fri, 19 Nov 2021 12:25:04 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1996b0d..2b6cb44 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ The idea is to provide tt-rss working (and updating) out of the box with minimal General outline of the configuration is as follows: - separate containers (frontend: nginx, database: pgsql, app and updater: php/fpm) - - tt-rss latest git master source baked into container on build + - tt-rss latest git master (and nginx_xaccel plugin) baked into container on build + - local plugins are updated on container restart - images are pulled from [Docker Hub](https://hub.docker.com/u/cthulhoo) (automatically built and published on tt-rss master source update) - working copy is stored on (and rsynced over on restart) a persistent volume so plugins, etc. could be easily added - database schema is updated automatically