diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index d7694df..7f0c822 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -4,6 +4,7 @@ { "type": 1, "title": "Garfana", + "name": "grafana", "description": "Docker monitoring tool grafana", "categories": ["Monitoring"], "platform": "linux", @@ -12,6 +13,7 @@ "image": "grafana/grafana", "hostname": "grafana", "ports": ["3000:3000/tcp"], + "restart_policy": "unless-stopped", "volumes": [ { "container": "/var/lib/grafana",