diff --git a/docs/maintain/hornet/2.0/docs/how_tos/post_installation.md b/docs/maintain/hornet/2.0/docs/how_tos/post_installation.md index 2bad03452a1..7f7a9244d38 100644 --- a/docs/maintain/hornet/2.0/docs/how_tos/post_installation.md +++ b/docs/maintain/hornet/2.0/docs/how_tos/post_installation.md @@ -71,3 +71,11 @@ When using our [recommended setup](using_docker.md) this is done for you automat ### Other You can find all the HTTP REST API related options in the [`config.json` reference](../references/configuration.md#restapi) + +## Update to 2.x.x + +You can update HORNET to the latest stable version with no breaking updates by running the following command: + +```sh +docker compose down && docker compose pull && docker compose up -d +```