Update 'Deploment/portainer-stack.json'

This commit is contained in:
2022-04-29 06:58:04 +00:00
parent fa36eeff2d
commit fd9e70b634
+6 -1
View File
@@ -1,4 +1,7 @@
{
"version": "2",
"templates": [
{
"type": 1,
"title": "grafana",
"description": "Grafana docker swarm service",
@@ -14,5 +17,7 @@
"ports": [
"3000:3000/tcp"
],
"image": "grafana/grafana:master"
"image": "grafana/grafana"
}
]
}