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