From 3f6d5a435bfa58948e9ad9a195bb08eb28ec4532 Mon Sep 17 00:00:00 2001 From: fox Date: Sat, 16 Nov 2019 11:23:43 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4546a0c..5ee1971 100644 --- a/README.md +++ b/README.md @@ -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)