Skip to content

Commit 3e79e32

Browse files
committed
fix(influxdb-v2): whitespace
1 parent c06ca95 commit 3e79e32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

influxdb/content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -442,10 +442,10 @@ Use this command to start an InfluxDB v2 Docker Hub container:
442442

443443
```console
444444
docker run -p 8086:8086 \
445-
-e INFLUXD_BOLT_PATH=/root/.influxdbv2/influxd.bolt \
446-
-e INFLUXD_ENGINE_PATH=/root/.influxdbv2/engine \
447-
-v $PWD:/root/.influxdbv2 \
448-
%%IMAGE%%:2
445+
-e INFLUXD_BOLT_PATH=/root/.influxdbv2/influxd.bolt \
446+
-e INFLUXD_ENGINE_PATH=/root/.influxdbv2/engine \
447+
-v $PWD:/root/.influxdbv2 \
448+
%%IMAGE%%:2
449449
```
450450

451451
How to use this image for InfluxDB v1

0 commit comments

Comments
 (0)