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" + } + ] } ] }