Import
This commit is contained in:
11
Database/InfluxDB/docker-compose.yaml
Normal file
11
Database/InfluxDB/docker-compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
influxdb:
|
||||
image: influxdb:latest
|
||||
ports:
|
||||
- '8086:8086'
|
||||
volumes:
|
||||
- /root/Docker/influxdb/data:/var/lib/influxdb
|
||||
environment:
|
||||
- INFLUXDB_DB=db0
|
||||
- INFLUXDB_ADMIN_USER=USERNAME
|
||||
- INFLUXDB_ADMIN_PASSWORD=PASSWORD
|
||||
Reference in New Issue
Block a user