mention updater container in README

This commit is contained in:
Andrew Dolgov 2020-01-22 16:40:31 +03:00
parent 143b2d4d3b
commit 14a5e1c163
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ The general outline of the configuration is as follows:
- three linked containers (frontend: caddy, database: pgsql, application: php/fpm)
- caddy has its http port exposed to the outside
- feed updating is done via embedded cron job, every 15 minutes
- feed updates are handled via update daemon started in a separate container (updater)
- 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