Update 'Deploment/deployment.json'
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user