Skip to content

Commit

Permalink
v1.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jul 25, 2022
1 parent 813d111 commit c123016
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 52 deletions.
102 changes: 53 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vigil-server"
version = "1.24.2"
version = "1.24.3"
description = "Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.)."
readme = "README.md"
license = "MPL-2.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,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.24.2
docker pull valeriansaliou/vigil:v1.24.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.24.2
docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.24.3
```

In the configuration file, ensure that:
Expand Down

0 comments on commit c123016

Please sign in to comment.