Update 'Deploment/portainer-stack.json'

This commit is contained in:
2022-04-29 06:54:14 +00:00
parent ff41c649bf
commit 63b9444971
+2 -7
View File
@@ -1,6 +1,3 @@
{
"version": "2",
"templates": [
{
"type": 1,
"title": "grafana",
@@ -11,13 +8,11 @@
"volumes": [
{
"container": "/var/lib/grafana",
"bind": "/grafana_data"
"bind": "/swarm/volumes/grafana_data"
}
],
"ports": [
"3000:3000/tcp"
],
"image": "grafana/grafana"
}
]
"image": "grafana/grafana:master"
}