From fb82cf34c0a9e12473790a091b8a4344ec987435 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Mon, 2 May 2022 04:30:36 +0000 Subject: [PATCH] Update 'Deploment/deployment.json' --- Deploment/deployment.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Deploment/deployment.json b/Deploment/deployment.json index 2199a15..912d8c9 100644 --- a/Deploment/deployment.json +++ b/Deploment/deployment.json @@ -50,10 +50,15 @@ "volumes": [ { - "container": "/mosquitto/config/mosquitto.conf", - "bind": "/srv/mosquitto.bit.lan/mosqitto.conf", - "readonly": false + "container": "/mosquitto/config" + }, + { + "container": "/mosquitto/data" + }, + { + "container": "/mosquitto/log" } + ], "labels": [ { "name": "com.centurylinklabs.watchtower.enable", "value": "true" }