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 } ] },