Skip to content

Commit ec24138

Browse files
committed
fix influx credentials in docker-compose.historian.yml
1 parent 3389f50 commit ec24138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.historian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ services:
1010
environment:
1111
- INFLUXDB_DB
1212
- INFLUXDB_HTTP_AUTH_ENABLED=${INFLUXDB_HTTP_AUTH_ENABLED}
13-
- INFLUXDB_ADMIN_USER=${INFLUXDB_ADMIN_USER}
14-
- INFLUXDB_ADMIN_PASSWORD=${INFLUXDB_ADMIN_PASSWORD}
13+
- INFLUXDB_ADMIN_USER=${INFLUXDB_USERNAME}
14+
- INFLUXDB_ADMIN_PASSWORD=${INFLUXDB_PASSWORD}
1515
restart: always
1616
grafana:
1717
container_name: alfalfa_grafana

0 commit comments

Comments
 (0)