Skip to content

Commit 1b563ad

Browse files
v1.14.2
Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
1 parent 9874a54 commit 1b563ad

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vigil-server"
3-
version = "1.14.1"
3+
version = "1.14.2"
44
description = "Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.)."
55
readme = "README.md"
66
license = "MPL-2.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ You might find it convenient to run Vigil via Docker. You can find the pre-built
110110
First, pull the `valeriansaliou/vigil` image:
111111

112112
```bash
113-
docker pull valeriansaliou/vigil:v1.14.1
113+
docker pull valeriansaliou/vigil:v1.14.2
114114
```
115115

116116
Then, seed it a configuration file and run it (replace `/path/to/your/vigil/config.cfg` with the path to your configuration file):
117117

118118
```bash
119-
docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.14.1
119+
docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.14.2
120120
```
121121

122122
In the configuration file, ensure that:

0 commit comments

Comments
 (0)