From 359070a56da2a110852e28615eb1bbd9c2f6fc5d Mon Sep 17 00:00:00 2001 From: blazej24 Date: Sat, 31 Jul 2021 00:39:32 +0200 Subject: [PATCH] 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. --- content/influxdb/v2.0/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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