diff --git a/Deploment/deployment.json b/Deploment/deployment.json index 2e9b7a0..e889afe 100644 --- a/Deploment/deployment.json +++ b/Deploment/deployment.json @@ -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": [