Commit 563fe01f by Marcus Andersson Committed by GitHub

Devenv: adding default credentials for influxdb (#29344)

parent 65ca4754
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
- '2004:2004' - '2004:2004'
- '8083:8083' - '8083:8083'
- '8086:8086' - '8086:8086'
environment:
INFLUXDB_ADMIN_USER: grafana
INFLUXDB_ADMIN_PASSWORD: grafana
volumes: volumes:
- ./docker/blocks/influxdb/influxdb.conf:/etc/influxdb/influxdb.conf - ./docker/blocks/influxdb/influxdb.conf:/etc/influxdb/influxdb.conf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment