From 86ef61240692b9381a8e77b1577b2fab5b3929b4 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 05:10: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 575543c..9f0ca80 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -16,7 +16,7 @@ ], "volumes":[ { - "bind": "/mosquitto" + "conatiner": "/mosquitto" } ] }, @@ -39,7 +39,7 @@ "user": "0", "volumes": [ { - "bind": "/var/lib/grafana" + "conatiner": "/var/lib/grafana" } ] }, @@ -58,7 +58,7 @@ ], "volumes": [ { - "bind": "/var/lib/influxdb" + "conatiner": "/var/lib/influxdb" } ] }