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,
|
||||
"port": 8217,
|
||||
"id": "mqttx",
|
||||
"tipi_version": 1,
|
||||
"version": "v1.9.10",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
"tipi_version": 2,
|
||||
"version": "1.10.0",
|
||||
"categories": ["utilities"],
|
||||
"description": "MQTTX Web is an open-source MQTT browser client and an online MQTT WebSocket client tool.",
|
||||
"short_desc": "MQTT websocket browser client tool",
|
||||
"author": "EMQX",
|
||||
"source": "https://github.com/emqx/MQTTX/",
|
||||
"form_fields": [],
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
mqttx:
|
||||
image: emqx/mqttx-web:v1.9.10
|
||||
image: emqx/mqttx-web:v1.10.0
|
||||
container_name: 'mqttx'
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue
Block a user