From c91a00451c0f689ddae10c42bed529517eade349 Mon Sep 17 00:00:00 2001 From: fox Date: Fri, 19 Nov 2021 12:24:26 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fae5d68..428ee46 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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 updates from git master repository on container restart + - tt-rss and plugins update from git master repository on container restart - tt-rss source code is stored on a persistent volume so plugins, etc. could be easily added - database schema is updated automatically - nginx has its http port exposed to the outside