From 2cdaf854f6f1423ecb4140ecef63cfd429fc9c82 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Wed, 4 May 2022 04:32:31 +0000 Subject: [PATCH] Update 'Deploment/deployment.json' --- Deploment/deployment.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Deploment/deployment.json b/Deploment/deployment.json index 2e9b7a0..e889afe 100644 --- a/Deploment/deployment.json +++ b/Deploment/deployment.json @@ -52,14 +52,20 @@ "ports": ["1883:1883/tcp","9001:9001/tcp"], "volumes": [ { - "container": "/mosquitto/data" + "container": "/mosquitto/data", + "bind": "/srv/mosquitto.bit.lan/docker/data", + "readonly": false }, { - "container": "/mosquitto/config" + "container": "/mosquitto/config", + "bind": "/srv/mosquitto.bit.lan/docker/config", + "readonly": false } , { - "container": "/mosquitto/log" + "container": "/mosquitto/log", + "bind": "/srv/mosquitto.bit.lan/docker/log", + "readonly": false } ], "labels": [