18 lines
228 B
JSON
18 lines
228 B
JSON
{
|
|
"version": "2",
|
|
"templates": [
|
|
{
|
|
"image": "influxdb",
|
|
"platform": "linux",
|
|
"ports": [
|
|
"8086:8086"
|
|
],
|
|
"title": "influxdb",
|
|
"volumes": [
|
|
{
|
|
"influxdb-data:/var/lib/influxdb"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |