You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `INFLUXDB_INITSCRIPTS_DIR` | Directory where to look for InfluxDB init scripts. | `/docker-entrypoint-initdb.d` |
221
+
| `INFLUXD_ENGINE_PATH` | InfluxDB 2.x alias for engine path. | `${INFLUXDB_VOLUME_DIR}` |
222
+
| `INFLUXD_BOLT_PATH` | InfluxDB 2.x alias for bolt path. | `${INFLUXDB_VOLUME_DIR}/influxd.bolt` |
223
+
| `INFLUX_CONFIGS_PATH` | InfluxDB 2.x alias for paths to extra configuration folders. | `${INFLUXDB_VOLUME_DIR}/configs` |
224
+
| `INFLUXDB_DAEMON_USER` | InfluxDB system user. | `influxdb` |
225
+
| `INFLUXDB_DAEMON_GROUP` | InfluxDB system group. | `influxdb` |
226
226
227
227
Additionally, InfluxDB (TM) can be configured using its internal environment variables prefixed by `INFLUXD_`, find more information [here](https://docs.influxdata.com/influxdb/v2.0/reference/config-options).
0 commit comments