Add 'influxdb/influx.json'

This commit is contained in:
2022-04-28 13:15:55 +00:00
parent bf6985c1e6
commit 81bc8fadc9
+15
View File
@@ -0,0 +1,15 @@
{
"version": "3",
"services": {
"influxdb": {
"image": "influxdb",
"container_name": "influxdb",
"ports": [
"8086:8086"
],
"volumes": [
"influxdb-data:/var/lib/influxdb"
]
}
}
}