Update 'Deploment/portainer-stack.json'
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
{
|
||||
"version": "2",
|
||||
"templates": [
|
||||
{
|
||||
"type": 1,
|
||||
"title": "grafana",
|
||||
"description": "Grafana docker swarm service",
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user