From 3cffb0677df4c737af1c3adbc6b0807325a04d06 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 06:39:09 +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 0283f15..a6b00a4 100644 --- a/new.json +++ b/new.json @@ -12,8 +12,8 @@ "ports": ["1883:1883/tcp", "9001:9001/tcp"], "volumes": [ { - "container": "./mosquitto_data", - "bind": "/mosquitto", + "container": "/mosquitto", + "bind": "mosquitto_data", "readonly": false } ]