Update 'README.md'

This commit is contained in:
fox 2019-11-16 11:23:43 +00:00
parent 43fa20f740
commit 3f6d5a435b
1 changed files with 8 additions and 1 deletions

View File

@ -37,9 +37,16 @@ See docker-compose documentation for more information and available options.
### Updating
Restarting the container will update the source from origin repository. If database needs to be updated,
Restarting the container will update tt-rss from the origin repository. If database needs to be updated,
tt-rss will prompt you to do so on next page refresh.
#### Updating container scripts
1. Stop the containers: ``docker-compose down && docker-compose rm``
2. Update scripts from git: ``git pull origin master``
3. Rebuild and start the containers: ``docker-compose up --build``
### Using SSL with Letsencrypt (untested!)
- ``HTTP_HOST`` in ``.env`` should be set to a valid hostname (i.e. no localhost or IP address)