diff --git a/content/influxdb/v2.0/install.md b/content/influxdb/v2.0/install.md index 9fd900011..23f8dc777 100644 --- a/content/influxdb/v2.0/install.md +++ b/content/influxdb/v2.0/install.md @@ -427,7 +427,7 @@ _To run InfluxDB in [detached mode](https://docs.docker.com/engine/reference/run mkdir path/to/influxdb-docker-data-volume && cd $_ ``` 2. From within your new directory, run the InfluxDB Docker container with the `--volume` flag to - persist data from `/root/.influxdb2/` _inside_ the container to the current working directory in + persist data from `/var/lib/influxdb2` _inside_ the container to the current working directory in the host file system. ```sh