Skip to content

Commit

Permalink
chore: update readme to add git pull on upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomtana authored Feb 2, 2024
1 parent d79016e commit 5606109
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,10 @@ Will restart the node safely with minimal downtime but without upgrading the nod

### Upgrade

Pull the latest updates from GitHub, and Docker Hub and rebuild the container.

```sh
git pull
docker compose pull
docker compose up -d --build --force-recreate
```
Expand Down

0 comments on commit 5606109

Please sign in to comment.