1 Star 0 Fork 48

董健文/mqttx

forked from 听春雨/mqttx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 282 Bytes
一键复制 编辑 原始数据 按行查看 历史
听春雨 提交于 2023-03-23 10:14 . feat: 1.2.1 版本发布
version: "2"
services:
redis:
container_name: redis-for-mqttx
image: redis
mqttx:
container_name: mqttx
image: fantasywujun/mqttx:1.2.1
environment:
mqttx.max-bytes-in-message: 10485760
mqttx.web-socket.enable: false
ports:
- 1883:1883
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/djw_1997/mqttx.git
git@gitee.com:djw_1997/mqttx.git
djw_1997
mqttx
mqttx
v1.2

搜索帮助