From c9a6cb65e9216c1a360d5bc5bc514b9fdf53230d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 15 Nov 2019 21:34:23 +0300 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 315aa48..8a9d3e0 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ The general outline of the configuration is as follows: - tt-rss source updates from git master repository on container restart - schema is installed automatically if it is missing - config.php is generated if it is missing - - SSL termination not included, you use a sidecar container for that - - tt-rss code is exposed on a persistent volume so plugins, etc. could be easily added + - SSL termination not included, use a sidecar container for that (TODO) + - tt-rss code is stored on a persistent volume so plugins, etc. could be easily added Post your feedback here: @@ -74,6 +74,6 @@ Copy and/or git clone any third party plugins into ``plugins.local`` as usual. - support for sending mail somehow (smtp mailer?) - properly deal with ``SELF_URL_PATH`` -### Feedback / suggestions +### Feedback / suggestions2 [Forum thread](https://community.tt-rss.org/t/docker-compose-tt-rss/2894) \ No newline at end of file