From c3fca624bf801ea43c4a528f85ea1e6aae5b0877 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 07:07:40 +0000 Subject: [PATCH] Update 'Deploment/portainer-stack.json' --- Deploment/portainer-stack.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index d984c4d..b3b8424 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -9,7 +9,12 @@ "platform": "linux", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png", "image": "grafana/grafana", - "ports": ["3000:3000/tcp"] + "ports": ["3000:3000/tcp"], + "volumes": [ + { + "container": "/var/lib/grafana" + } + ] } ] }