Update 'Deploment/portainer-stack.json'

This commit is contained in:
2022-04-29 08:23:48 +00:00
parent 1ff6b007ac
commit 16c67173e0
+21 -21
View File
@@ -23,28 +23,28 @@
}
]
},
// {
// "type": 1,
// "title": "mosquitto",
// "name": "mosquitto",
// "description": "Docker image mosquito",
// "categories": ["Docker"],
// "platform": "linux",
// "logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png",
// "administrator_only": false,
// "image": "eclipse-mosquitto",
// "hostname": "mosquitto",
// "ports": ["1883:1883/tcp","9001:9001/tcp"],
// "restart_policy": "unless-stopped",
// "volumes": [
// {
// "container": "/mosquitto",
// "bind": "/srv/mosquitto_data",
// "readonly": true
{
"type": 1,
"title": "mosquitto",
"name": "mosquitto",
"description": "Docker image mosquito",
"categories": ["Docker"],
"platform": "linux",
"logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png",
"administrator_only": false,
"image": "eclipse-mosquitto",
"hostname": "mosquitto",
"ports": ["1883:1883/tcp","9001:9001/tcp"],
"restart_policy": "unless-stopped",
"volumes": [
{
"container": "/mosquitto",
"bind": "/srv/mosquitto_data",
"readonly": true
// }
// ]
// }
}
]
},
{
"type": 1,
"title": "influxdb",