From 56061099e6c5a8beb3343a485350efd7b26d9e9a Mon Sep 17 00:00:00 2001 From: Chomtana Date: Fri, 2 Feb 2024 11:22:27 +0700 Subject: [PATCH] chore: update readme to add git pull on upgrade --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f571b56..c159fd3 100644 --- a/README.md +++ b/README.md @@ -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 ```