corrected to influx server-config command (#4633)

pull/4629/head^2
lwandzura 2022-11-10 10:50:14 -06:00 committed by GitHub
parent 7f6cbda16c
commit f62acc68b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ To mount an InfluxDB configuration file and use it from within Docker:
```sh ```sh
docker run \ docker run \
--rm influxdb:{{< latest-patch >}} \ --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`. 3. Modify the default configuration, which will now be available under `$PWD`.