install.md - wrong path for Docker volume (#2823)

The path in the command is inconsistent with the description of the command. Luckily, it's the path in the command which is right, so if somebody just pastes it, it works, but it can still cause confusion.
pull/2955/head
blazej24 2021-07-31 00:39:32 +02:00 committed by GitHub
parent 6b5a32d258
commit 359070a56d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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