From 887f0bf77273677af9f849ee578e07f445680efb Mon Sep 17 00:00:00 2001 From: fox Date: Mon, 8 Mar 2021 19:41:34 +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 6a326ce..46e79a0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ General outline of the configuration is as follows: - tt-rss latest git master source baked into container on build - 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 installed automatically if it is missing + - database schema is updated automatically - nginx has its http port exposed to the outside - feed updates are handled via update daemon started in a separate container (updater) - optional backups container which performs tt-rss database backup once a week