diff --git a/Cargo.lock b/Cargo.lock index b69bf27..7a05c36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2169,7 +2169,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "vigil-server" -version = "1.14.2" +version = "1.14.3" dependencies = [ "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2ac3dbe..319a32b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vigil-server" -version = "1.14.2" +version = "1.14.3" description = "Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.)." readme = "README.md" license = "MPL-2.0" diff --git a/README.md b/README.md index b7b67a7..a59a41c 100644 --- a/README.md +++ b/README.md @@ -110,13 +110,13 @@ You might find it convenient to run Vigil via Docker. You can find the pre-built First, pull the `valeriansaliou/vigil` image: ```bash -docker pull valeriansaliou/vigil:v1.14.2 +docker pull valeriansaliou/vigil:v1.14.3 ``` Then, seed it a configuration file and run it (replace `/path/to/your/vigil/config.cfg` with the path to your configuration file): ```bash -docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.14.2 +docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.14.3 ``` In the configuration file, ensure that: