chore(deps): update emqx/mqttx-web docker tag to v1.10.0 (#3716)
This commit is contained in:
parent
49565f9346
commit
0892df6eb2
|
@ -4,18 +4,13 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8217,
|
"port": 8217,
|
||||||
"id": "mqttx",
|
"id": "mqttx",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "v1.9.10",
|
"version": "1.10.0",
|
||||||
"categories": [
|
"categories": ["utilities"],
|
||||||
"utilities"
|
|
||||||
],
|
|
||||||
"description": "MQTTX Web is an open-source MQTT browser client and an online MQTT WebSocket client tool.",
|
"description": "MQTTX Web is an open-source MQTT browser client and an online MQTT WebSocket client tool.",
|
||||||
"short_desc": "MQTT websocket browser client tool",
|
"short_desc": "MQTT websocket browser client tool",
|
||||||
"author": "EMQX",
|
"author": "EMQX",
|
||||||
"source": "https://github.com/emqx/MQTTX/",
|
"source": "https://github.com/emqx/MQTTX/",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
mqttx:
|
mqttx:
|
||||||
image: emqx/mqttx-web:v1.9.10
|
image: emqx/mqttx-web:v1.10.0
|
||||||
container_name: 'mqttx'
|
container_name: 'mqttx'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user