We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f22c5 commit c83af9fCopy full SHA for c83af9f
docker-compose.yaml
@@ -11,5 +11,6 @@ services:
11
ports:
12
- 3000:3000/tcp
13
volumes:
14
+ - ./provisioning:/etc/grafana/provisioning
15
- ./plugins:/var/lib/grafana/plugins
16
- ./dist:/var/lib/grafana/plugins/grafanaplugin-map-panel
src/plugin.json
@@ -17,7 +17,7 @@
17
},
18
"links": [],
19
"screenshots": [],
20
- "version": "1.0.4",
+ "version": "1.1.0",
21
"updated": "2023-07-25"
22
23
"dependencies": {
0 commit comments