diff --git a/Cargo.lock b/Cargo.lock index 6ca2e56..9462a1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2217,7 +2217,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vigil-server" -version = "1.25.1" +version = "1.26.0" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 525e421..d1a2c07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vigil-server" -version = "1.25.1" +version = "1.26.0" 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 ba3fff3..149a760 100644 --- a/README.md +++ b/README.md @@ -125,13 +125,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.25.1 +docker pull valeriansaliou/vigil:v1.26.0 ``` 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.25.1 +docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.26.0 ``` In the configuration file, ensure that: