First commit

This commit is contained in:
2022-03-01 15:49:57 +05:30
commit 3f560e35e5
5 changed files with 105 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
version: "3"
services:
influxdb:
image: influxdb
container_name: influxdb
ports:
- "8086:8086"
volumes:
- "influxdb-data:/var/lib/influxdb"