From 5cea2f86024be8b81f81cdf98e90ff0a1eaa8499 Mon Sep 17 00:00:00 2001 From: Gabriel Viganotti Date: Fri, 15 Nov 2024 08:43:28 -0300 Subject: [PATCH] docs: change instructions in readme to upgrade app without stopping running nodes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 26ccf36..0a759f0 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,11 @@ To see the logs you can simply use the following command: $ docker compose logs -f ``` -Upgrading the application can be simply achieved by pulling the new image/s and restarting the services: +Upgrading the application (without stopping the running nodes instances) can be simply achieved by pulling the new Formicaio image and restarting the service: ``` -$ docker compose pull -$ docker compose down -$ docker compose up -d +$ docker compose pull formicaio +$ docker compose down formicaio +$ docker compose up formicaio -d ``` For stopping the Formicaio app and services simply run: