Explorar o código

Fix a typo in the influxdb documentation

Fixes influxdata/influxdata-docker#180.
Jonathan A. Sternberg %!s(int64=8) %!d(string=hai) anos
pai
achega
8ef7cf9233
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      influxdb/content.md

+ 1 - 1
influxdb/content.md

@@ -197,7 +197,7 @@ To manually initialize the database and exit, the `/init-influxdb.sh` script can
 ```console
 $ docker run --rm \
       -e INFLUXDB_DB=db0 -e INFLUXDB_ADMIN_ENABLED=true \
-      -e INFLUXDB_ADMIN_USER=admin -e INFLUXDB_ADMIN_USER=supersecretpassword \
+      -e INFLUXDB_ADMIN_USER=admin -e INFLUXDB_ADMIN_PASSWORD=supersecretpassword \
       -e INFLUXDB_USER=telegraf -e INFLUXDB_USER_PASSWORD=secretpassword \
       -v $PWD:/var/lib/influxdb \
       influxdb /init-influxdb.sh