20 lines
458 B
JSON
20 lines
458 B
JSON
{
|
|
"version": "2",
|
|
"templates": [
|
|
{
|
|
"type": 1,
|
|
"title": "influxdb",
|
|
"description": "Docker image influxdb",
|
|
"categories": ["docker"],
|
|
"platform": "linux",
|
|
"logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png",
|
|
"image": "influxdb",
|
|
"ports": ["8086:8086/tcp"],
|
|
"volumes": [
|
|
{
|
|
"bind": "/var/lib/influxdb"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |