From af3e98133506b89d41fafccd974c4712b117d56c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 22 Jan 2020 16:41:31 +0300 Subject: [PATCH] update README one more time --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e3beab..f4122be 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Not fully tested yet, don't use in production unless you know what you're doing. The general outline of the configuration is as follows: - - three linked containers (frontend: caddy, database: pgsql, application: php/fpm) + - separate containers (frontend: caddy, database: pgsql, app and updater: php/fpm) - caddy has its http port exposed to the outside - feed updates are handled via update daemon started in a separate container (updater) - tt-rss source updates from git master repository on container restart