Update 'Deploment/deployment.json'

This commit is contained in:
2022-05-02 04:39:43 +00:00
parent eedeea3716
commit 601a0f1285
+1 -17
View File
@@ -46,23 +46,7 @@
"hostname": "mosquitto",
"network": "host",
"restart_policy": "always",
"ports": ["1883:1883/tcp","9001:9001/tcp"],
"volumes": [
{
"container": "/mosquitto/config"
},
{
"container": "/mosquitto/data"
},
{
"container": "/mosquitto/log"
}
],
"labels": [
{ "name": "com.centurylinklabs.watchtower.enable", "value": "true" }
]
"ports": ["1883:1883/tcp","9001:9001/tcp"]
},