diff --git a/template1.json b/template1.json new file mode 100644 index 0000000..3815e4a --- /dev/null +++ b/template1.json @@ -0,0 +1,18 @@ +{ + "version": "2", + "templates": [ + { + "image": "influxdb", + "platform": "linux", + "ports": [ + "8086:8086" + ], + "title": "influxdb", + "volumes": [ + { + "influxdb-data:/var/lib/influxdb" + } + ] + } + ] +} \ No newline at end of file