Skip to content

Commit

Permalink
docs: change instructions in readme to upgrade app without stopping r…
Browse files Browse the repository at this point in the history
…unning nodes
  • Loading branch information
bochaco committed Nov 15, 2024
1 parent 26a0f51 commit 5cea2f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5cea2f8

Please sign in to comment.