From 89e35fb5ff88a9999b19fd58ec0f1d74407b3442 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 08:51:58 +0000 Subject: [PATCH] Update 'Deploment/deployment.json' --- Deploment/deployment.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Deploment/deployment.json b/Deploment/deployment.json index bebc3d5..1764117 100644 --- a/Deploment/deployment.json +++ b/Deploment/deployment.json @@ -40,13 +40,13 @@ { "container": "/mosquitto", "bind": "/srv/mosquitto_data", - "readonly": true + "readonly": false }, { "container": "/mosquitto/config/mosquitto.conf", "bind": "/srv/mosquitto_data/config/mosquitto.conf", - "readonly": true + "readonly": false } ] },