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