Skip to content

Commit 5e88693

Browse files
v1.25.1
1 parent 4179a60 commit 5e88693

File tree

3 files changed

+55
-54
lines changed

3 files changed

+55
-54
lines changed

Cargo.lock

+52-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vigil-server"
3-
version = "1.25.0"
3+
version = "1.25.1"
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ You might find it convenient to run Vigil via Docker. You can find the pre-built
123123
First, pull the `valeriansaliou/vigil` image:
124124

125125
```bash
126-
docker pull valeriansaliou/vigil:v1.25.0
126+
docker pull valeriansaliou/vigil:v1.25.1
127127
```
128128

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

131131
```bash
132-
docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.25.0
132+
docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.25.1
133133
```
134134

135135
In the configuration file, ensure that:

0 commit comments

Comments
 (0)