Add 'template1.json'
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": "2",
|
||||
"templates": [
|
||||
{
|
||||
"image": "influxdb",
|
||||
"platform": "linux",
|
||||
"ports": [
|
||||
"8086:8086"
|
||||
],
|
||||
"title": "influxdb",
|
||||
"volumes": [
|
||||
{
|
||||
"influxdb-data:/var/lib/influxdb"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user