From 8cc9fb34cbaaae728036535e805e07f157e78f51 Mon Sep 17 00:00:00 2001 From: fox Date: Mon, 8 Mar 2021 19:42:23 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46e79a0..d2bf38c 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ General outline of the configuration is as follows: - 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 - 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 + - 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 ### Installation