From 4ff2f6eb4a4e1865dc8d296921397b76908d623f Mon Sep 17 00:00:00 2001 From: Chomtana Date: Wed, 25 Sep 2024 09:51:31 +0700 Subject: [PATCH] Remove force-recreate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6d1eec..c43e9af 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ 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 +docker compose up -d --build ``` Will upgrade your node with minimal downtime.