update README
This commit is contained in:
parent
88f76c2f1d
commit
c9a6cb65e9
|
@ -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)
|
Loading…
Reference in New Issue