mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-13 04:19:53 +02:00
Update 'README.md'
This commit is contained in:
parent
43fa20f740
commit
3f6d5a435b
1 changed files with 8 additions and 1 deletions
|
@ -37,9 +37,16 @@ See docker-compose documentation for more information and available options.
|
||||||
|
|
||||||
### Updating
|
### 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.
|
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!)
|
### Using SSL with Letsencrypt (untested!)
|
||||||
|
|
||||||
- ``HTTP_HOST`` in ``.env`` should be set to a valid hostname (i.e. no localhost or IP address)
|
- ``HTTP_HOST`` in ``.env`` should be set to a valid hostname (i.e. no localhost or IP address)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue