Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add links to Docker Hub.
  • Loading branch information
Kilemonn authored Jan 12, 2024
1 parent 846fb63 commit 5924ee5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ A message queue service, which can receive, hold and provide messages that are s
A storage mechanism can be used to persist messages and sub queues can be restricted so only correctly provided credentials
can interact with such queues.

**More detailed documentation can be found in the Wiki!**
### More detailed documentation can be found in the Wiki!

## Quick Start

There is an image hosted in Docker Hub: https://hub.docker.com/r/kilemon/message-queue

By default, the application will be store messages in memory and no queue restriction will be available.
To start the application you can use the following command to pull and run the latest version of the image:

Expand Down

0 comments on commit 5924ee5

Please sign in to comment.