From 11dad341deaf18351306e9c5997928dc345b909c Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 06:30:57 +0000 Subject: [PATCH] Update 'new.json' --- new.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/new.json b/new.json index 7292343..9073fb5 100644 --- a/new.json +++ b/new.json @@ -12,7 +12,9 @@ "ports": ["1883:1883/tcp", "9001:9001/tcp"], "volumes": [ { - "bind": "/mosquitto" + "container": "./mosquitto-data", + "bind": "/mosquitto", + "readonly": true } ] }