Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
  • Loading branch information
valeriansaliou committed Jan 26, 2020
1 parent b9659e1 commit ef9b009
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 = "crisp-status-local"
version = "1.2.2"
version = "1.3.0"
description = "Crisp Status local probe relay."
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 @@ -52,13 +52,13 @@ You might find it convenient to run Crisp Status Local via Docker. You can find
First, pull the `crispim/crisp-status-local` image:

```bash
docker pull crispim/crisp-status-local:v1.2.2
docker pull crispim/crisp-status-local:v1.3.0
```

Then, seed it a configuration file and run it (replace `/path/to/your/crisp-status-local/config.cfg` with the path to your configuration file):

```bash
docker run -v /path/to/your/crisp-status-local/config.cfg:/etc/crisp-status-local.cfg crispim/crisp-status-local:v1.2.2
docker run -v /path/to/your/crisp-status-local/config.cfg:/etc/crisp-status-local.cfg crispim/crisp-status-local:v1.3.0
```

In the configuration file, ensure that:
Expand Down

0 comments on commit ef9b009

Please sign in to comment.