From f62acc68b08ffb145eaac9b5f371b9a05d514f2c Mon Sep 17 00:00:00 2001 From: lwandzura <51929958+lwandzura@users.noreply.github.com> Date: Thu, 10 Nov 2022 10:50:14 -0600 Subject: [PATCH] corrected to influx server-config command (#4633) --- content/influxdb/v2.5/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb/v2.5/install.md b/content/influxdb/v2.5/install.md index 5c439ab7d..4f31e574c 100644 --- a/content/influxdb/v2.5/install.md +++ b/content/influxdb/v2.5/install.md @@ -554,7 +554,7 @@ To mount an InfluxDB configuration file and use it from within Docker: ```sh docker run \ --rm influxdb:{{< latest-patch >}} \ - influxd print-config > config.yml + influx server-config > config.yml ``` 3. Modify the default configuration, which will now be available under `$PWD`.