Update 'Deploment/deployment.json'

This commit is contained in:
2022-05-02 04:48:04 +00:00
parent 601a0f1285
commit 519b4add57
-2
View File
@@ -44,7 +44,6 @@
"privileged": true, "privileged": true,
"image": "eclipse-mosquitto", "image": "eclipse-mosquitto",
"hostname": "mosquitto", "hostname": "mosquitto",
"network": "host",
"restart_policy": "always", "restart_policy": "always",
"ports": ["1883:1883/tcp","9001:9001/tcp"] "ports": ["1883:1883/tcp","9001:9001/tcp"]
}, },
@@ -62,7 +61,6 @@
"administrator_only": false, "administrator_only": false,
"privileged": true, "privileged": true,
"image": "influxdb", "image": "influxdb",
"network": "host",
"hostname": "influxdb", "hostname": "influxdb",
"restart_policy": "always", "restart_policy": "always",
"ports": ["8086:8086/tcp"] "ports": ["8086:8086/tcp"]