1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

improved documentation for docker (#247)

This commit is contained in:
Massimo Candela
2020-06-10 23:08:08 +02:00
parent 6c01c56a0e
commit bda942e0b8
4 changed files with 46 additions and 17 deletions

View File

@@ -3,4 +3,5 @@
BGPalerter can be easily updated. The configuration of BGPalerter is persisted in `config.yml` and `prefixes.yml`, as long as you preserve such files you will not need to reconfigure it after the update.
* if you are using the binary, go in the [releases tab](https://github.com/nttgin/BGPalerter/releases), download the new binary and replace the old one.
* if you are using the source code, simply do a git pull of the master branch.
* if you are using the source code, simply do a git pull of the master branch.
* if you are using docker, do `docker pull nttgin/bgpalerter:latest`, after stop and remove your current container and [run it again](installation.md#running-bgpalerter-in-docker).