We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3389f50 commit ec24138Copy full SHA for ec24138
docker-compose.historian.yml
@@ -10,8 +10,8 @@ services:
10
environment:
11
- INFLUXDB_DB
12
- INFLUXDB_HTTP_AUTH_ENABLED=${INFLUXDB_HTTP_AUTH_ENABLED}
13
- - INFLUXDB_ADMIN_USER=${INFLUXDB_ADMIN_USER}
14
- - INFLUXDB_ADMIN_PASSWORD=${INFLUXDB_ADMIN_PASSWORD}
+ - INFLUXDB_ADMIN_USER=${INFLUXDB_USERNAME}
+ - INFLUXDB_ADMIN_PASSWORD=${INFLUXDB_PASSWORD}
15
restart: always
16
grafana:
17
container_name: alfalfa_grafana
0 commit comments