From c5bcab0f4a3c22736cf2a3b306526a677028e870 Mon Sep 17 00:00:00 2001 From: fox Date: Sun, 22 Nov 2020 18:32:21 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13260ad..1da41ca 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ If database needs to be updated, tt-rss will prompt you to do so on next page re #### Updating container scripts 1. Stop the containers: ``docker-compose down && docker-compose rm`` -2. Update scripts from git: ``git pull origin master`` and apply any necessary modifications to ``.env``, etc. +2. Update scripts from git: ``git pull origin static-dockerhub`` and apply any necessary modifications to ``.env``, etc. 3. Pull fresh images and start the containers: ``docker-compose pull && docker-compose up`` ### Suggestions / bug reports