Skip to content

Commit

Permalink
fix docker tag in release notes (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored Mar 16, 2024
1 parent d3015ea commit c6bdb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- Ragna now has an official [docker](https://www.docker.com/) image. Try it with

```
$ docker run -p 31476:31476 -p 31477:31477 quay.io/quansight/ragna:latest
$ docker run -p 31476:31476 -p 31477:31477 quay.io/quansight/ragna:0.2.0
```

The web UI can be accessed under `http://localhost:31477`.
Expand Down

0 comments on commit c6bdb0f

Please sign in to comment.