diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index 12712af..8cdb44b 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -8,12 +8,16 @@ "categories": ["Monitoring"], "platform": "linux", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png", + "administrator_only": false, "hostname": "grafana", "image": "grafana/grafana", "ports": ["3000:3000/tcp"], "volumes": [ { - "container": "/var/lib/grafana" + "container": "/var/lib/grafana", + "bind": "/srv/grafana-data", + "readonly": true + } ] }