We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e67e74e commit c191040Copy full SHA for c191040
.gitignore
@@ -1,4 +1,5 @@
1
.idea
2
+build
3
cmake-build-debug
4
*/.idea
5
*/cmake-build-debug
Makefile
@@ -1,4 +1,4 @@
-IMG_NAME=bandnoticeboard/forestmq:0.5.2
+IMG_NAME=bandnoticeboard/forestmq:0.6.0
build:
mkdir build
README.md
@@ -25,7 +25,7 @@ Message Queue built on [libevent](https://libevent.org/)
25
### Quick Start
26
#### Run with Docker
27
```
28
-docker run -p 8005:8005 bandnoticeboard/forestmq:0.5.2
+docker run -p 8005:8005 bandnoticeboard/forestmq:0.6.0
29
30
31
Forest MQ is still in very early stages of development, but
0 commit comments