Add 'influxdb/influx.json'
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"version": "3",
|
||||||
|
"services": {
|
||||||
|
"influxdb": {
|
||||||
|
"image": "influxdb",
|
||||||
|
"container_name": "influxdb",
|
||||||
|
"ports": [
|
||||||
|
"8086:8086"
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
"influxdb-data:/var/lib/influxdb"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user