Skip to content

Commit

Permalink
Fix signald version in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Era Dorta authored May 21, 2022
1 parent 20eacc3 commit 80f1fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The only required dependency is [docker](https://www.docker.com/).

* Run a container for signald
* ```bash
docker run -v "./data/signald:/signald" signald/signald:0.18.0
docker run -v "./data/signald:/signald" signald/signald:0.18.5-non-root
```
* Open a second terminal inside the container to configure signald
* ```bash
Expand Down

0 comments on commit 80f1fe6

Please sign in to comment.