Update 'Deploment/deployment.json'

This commit is contained in:
2022-05-04 04:32:31 +00:00
parent 8d86ddbbca
commit 2cdaf854f6
+9 -3
View File
@@ -52,14 +52,20 @@
"ports": ["1883:1883/tcp","9001:9001/tcp"],
"volumes": [
{
"container": "/mosquitto/data"
"container": "/mosquitto/data",
"bind": "/srv/mosquitto.bit.lan/docker/data",
"readonly": false
},
{
"container": "/mosquitto/config"
"container": "/mosquitto/config",
"bind": "/srv/mosquitto.bit.lan/docker/config",
"readonly": false
}
,
{
"container": "/mosquitto/log"
"container": "/mosquitto/log",
"bind": "/srv/mosquitto.bit.lan/docker/log",
"readonly": false
}
],
"labels": [