Update 'README.md'

This commit is contained in:
fox 2021-11-19 12:24:26 +03:00
parent 283c221fff
commit c91a00451c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ The idea is to provide tt-rss working (and updating) out of the box with minimal
General outline of the configuration is as follows:
- separate containers (frontend: nginx, database: pgsql, app and updater: php/fpm)
- tt-rss updates from git master repository on container restart
- tt-rss and plugins update from git master repository on container restart
- tt-rss source code is stored on a persistent volume so plugins, etc. could be easily added
- database schema is updated automatically
- nginx has its http port exposed to the outside