Skip to content

Commit

Permalink
Update readme version
Browse files Browse the repository at this point in the history
  • Loading branch information
nyonson committed Apr 6, 2023
1 parent 6b0e825 commit a0bbd00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,15 @@ $ go install github.com/nyonson/raiju/cmd/raiju@latest
If a container is preferred, `raiju` images are published at `ghcr.io/nyonson/raiju`.

```
docker pull ghcr.io/nyonson/raiju:v0.7.0
docker pull ghcr.io/nyonson/raiju:v0.7.1
```

A little more configuration is required to pass along settings to the container.

```
docker run -it \
-v /admin.macaroon:/admin.macaroon:ro -v /tls.cert:/tls.cert:ro \
ghcr.io/nyonson/raiju:v0.7.0 \
ghcr.io/nyonson/raiju:v0.7.1 \
-host 192.168.1.187:10009 -mac-path admin.macaroon -tls-path tls.cert
candidates
```
Expand Down

0 comments on commit a0bbd00

Please sign in to comment.