Update 'README.md'

remotes/origin/pgsql-count-bits-12
fox 5 years ago
parent 43fa20f740
commit 3f6d5a435b

@ -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)

Loading…
Cancel
Save