From 8fdcb4aeec3937889103527aec59fa0aede282b3 Mon Sep 17 00:00:00 2001 From: Mathieu Rollet Date: Tue, 3 Nov 2020 13:21:10 +0100 Subject: [PATCH] Set explicit value for INFLUXDB_HTTP_AUTH_ENABLED Setting the `INFLUXDB_HTTP_AUTH_ENABLED` variable to something other than `true` (eg. `INFLUXDB_HTTP_AUTH_ENABLED=1`) can result in errors in the init script. More details here : https://github.com/influxdata/influxdata-docker/issues/224 --- influxdb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb/README.md b/influxdb/README.md index be8ef82f66e3..9bfb47cd961c 100644 --- a/influxdb/README.md +++ b/influxdb/README.md @@ -197,7 +197,7 @@ Automatically initializes a database with the name of this environment variable. ##### INFLUXDB_HTTP_AUTH_ENABLED -Enables authentication. Either this must be set or `auth-enabled = true` must be set within the configuration file for any authentication related options below to work. +Enables authentication. Either this must be set to `true` or `auth-enabled = true` must be set within the configuration file for any authentication related options below to work. ##### INFLUXDB_ADMIN_USER