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 } ]