diff --git a/Deploment/deployment.json b/Deploment/deployment.json index 72a0da3..bebc3d5 100644 --- a/Deploment/deployment.json +++ b/Deploment/deployment.json @@ -41,8 +41,13 @@ "container": "/mosquitto", "bind": "/srv/mosquitto_data", "readonly": true - - } + }, + + { + "container": "/mosquitto/config/mosquitto.conf", + "bind": "/srv/mosquitto_data/config/mosquitto.conf", + "readonly": true + } ] }, {