From 1823a9cb4a92a585b786fa6f4f0ed47b3a79392e Mon Sep 17 00:00:00 2001 From: fox Date: Fri, 15 Nov 2019 19:02:48 +0000 Subject: [PATCH 1/3] Update 'README.md' --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index a79dad5..5e91700 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,6 @@ The general outline of the configuration is as follows: - 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: - -https://community.tt-rss.org/t/docker-compose-tt-rss/2894 - ### Installation #### Check out scripts from Git: From a653e2a1b7059454295f7f6f9bbd5f2df9b8abee Mon Sep 17 00:00:00 2001 From: fox Date: Fri, 15 Nov 2019 19:03:11 +0000 Subject: [PATCH 2/3] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e91700..8c206c7 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,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 / bug reports +### 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) \ No newline at end of file From 052eb5e8655532e0324db225e462341f3a5a3bce Mon Sep 17 00:00:00 2001 From: fox Date: Fri, 15 Nov 2019 19:05:01 +0000 Subject: [PATCH 3/3] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c206c7..7a6f5d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # A primitive set of scripts to deploy tt-rss via docker-compose -**EXPERIMENTAL STUFF, DON'T USE IN PRODUCTION YET** +**EXPERIMENTAL STUFF, DON'T USE IN PRODUCTION YET UNLESS YOU KNOW WHAT YOU'RE DOING** The idea is to provide tt-rss working (and updating) out of the box with minimal fuss.