From 8efc754954c8d96b84fa9227504c94b88e729ce8 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 08:38:18 +0000 Subject: [PATCH] Update 'Deploment/deployment.json' --- Deploment/deployment.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 + } ] }, {