From a239d9d3a97cf831fe18e75d1c3747ba8209d5c2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 16 Nov 2019 09:31:55 +0300 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a6f5d5..468bee8 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ with minimal fuss. The general outline of the configuration is as follows: - - three linked containers (frontend: nginx, database: pgsql, application: php/fpm) - - nginx has its http port exposed to the outside + - three linked containers (frontend: caddy, database: pgsql, application: php/fpm) + - caddy has its http port exposed to the outside - feed updating is done via embedded cron job, every 15 minutes - tt-rss source updates from git master repository on container restart - schema is installed automatically if it is missing @@ -71,4 +71,4 @@ Copy and/or git clone any third party plugins into ``plugins.local`` as usual. ### Suggestions / bug reports - - [Forum thread](https://community.tt-rss.org/t/docker-compose-tt-rss/2894) \ No newline at end of file + - [Forum thread](https://community.tt-rss.org/t/docker-compose-tt-rss/2894)