Skip to content

Commit

Permalink
Add Hornet update command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron authored Dec 4, 2023
1 parent 3fd3e8a commit b074433
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/maintain/hornet/2.0/docs/how_tos/post_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit b074433

Please sign in to comment.