Skip to content

Commit

Permalink
docs(setup): fix inconsistency in docker configuration example (#19797)
Browse files Browse the repository at this point in the history
This changes the docker run command to refer to the correct configuration file created in previous command (YAML vs TOML).
  • Loading branch information
esensar authored Feb 8, 2024
1 parent 4115c65 commit de24167
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ EOF
```shell
docker run \
-d \
-v $PWD/vector.toml:/etc/vector/vector.toml:ro \
-v $PWD/vector.yaml:/etc/vector/vector.yaml:ro \
-p 8686:8686 \
timberio/vector:{{< version >}}-debian
```
Expand Down

0 comments on commit de24167

Please sign in to comment.