From 771b4fc62f33cd64008227a6a0a247012d5257d1 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 06:37:13 +0000 Subject: [PATCH] Update 'new.json' --- new.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/new.json b/new.json index c261002..0283f15 100644 --- a/new.json +++ b/new.json @@ -12,9 +12,9 @@ "ports": ["1883:1883/tcp", "9001:9001/tcp"], "volumes": [ { - "container": "/mosquitto", - "bind": "mosquitto_data", - "readonly": true + "container": "./mosquitto_data", + "bind": "/mosquitto", + "readonly": false } ] }