Delete 'template1.json'

This commit is contained in:
2022-03-15 10:25:28 +00:00
parent fe8fd47aba
commit c8856761d9
-18
View File
@@ -1,18 +0,0 @@
{
"version": "2",
"templates": [
{
"image": "influxdb",
"platform": "linux",
"ports": [
"8086:8086"
],
"title": "influxdb",
"volumes": [
{
"influxdb-data:/var/lib/influxdb"
}
]
}
]
}