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 ```