From 60b01f4eccbf0fb15a411be6aa5608fbe3adb93b Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 06:32:40 +0000 Subject: [PATCH] Update 'new.json' --- new.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/new.json b/new.json index d392da6..bb17bf2 100644 --- a/new.json +++ b/new.json @@ -12,8 +12,8 @@ "ports": ["1883:1883/tcp", "9001:9001/tcp"], "volumes": [ { - "container": "./mosquitto", - "bind": "/.mosquitto-data", + "container": "/mosquitto", + "bind": "./mosquitto-data", "readonly": true } ]