From c04415b81af028f535bc6af59c304d132e560366 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 05:53:54 +0000 Subject: [PATCH] Update 'Deploment/portainer-stack.json' --- Deploment/portainer-stack.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index c3d85f7..f4bdc3e 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -12,8 +12,9 @@ "ports": ["1883:1883/tcp", "9001:9001/tcp"], "volumes": [ { - "container": "/mosquitto" + "bind": "/mosquitto" } - ] - } + ] + } + ] } \ No newline at end of file