From f792ec462c69234459e2f2e5dd92ab63e9e3ef1b Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 05:01:01 +0000 Subject: [PATCH] Update 'Deploment/portainer-stack.json' --- Deploment/portainer-stack.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index 4eae1e6..df46aaf 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -16,7 +16,7 @@ ], "volumes":[ { - "bind":"/mosquitto" + "bind": "/mosquitto" } ] }, @@ -38,7 +38,7 @@ "user": "0", "volumes": [ { - "bind":"/var/lib/grafana" + "bind": "/var/lib/grafana" } ] }, @@ -56,7 +56,7 @@ ], "volumes": [ { - "bind":"/var/lib/influxdb" + "bind": "/var/lib/influxdb" } ] }