1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-12 18:19:52 +02:00

Update 'README.md'

This commit is contained in:
fox 2021-03-08 19:42:23 +03:00
parent 887f0bf772
commit 8cc9fb34cb

View file

@ -15,8 +15,8 @@ General outline of the configuration is as follows:
- working copy is stored on (and rsynced over on restart) a persistent volume so plugins, etc. could be easily added
- database schema is updated automatically
- nginx has its http port exposed to the outside
- feed updates are handled via update daemon started in a separate container (updater)
- optional backups container which performs tt-rss database backup once a week
- feed updates are handled via update daemon started in a separate container (`updater`)
- optional `backups` container which performs tt-rss database backup once a week
### Installation