Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 2e0df5e

Browse files
committed
Minor fix to Data Prepper docker run command.
1 parent 6e5822a commit 2e0df5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/trace/data-prepper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ serverPort: 1234
125125
**Docker**
126126

127127
```bash
128-
docker run --name data-prepper --expose 21890 --read-only -v /full/path/to/pipelines.yaml:/usr/share/data-prepper/pipelines.yaml -v /full/path/to/data-prepper-config.yaml:/usr/share/data-prepper/data-prepper-config.yaml amazon/opendistro-for-elasticsearch-data-prepper:latest
128+
docker run --name data-prepper --expose 21890 -v /full/path/to/pipelines.yaml:/usr/share/data-prepper/pipelines.yaml -v /full/path/to/data-prepper-config.yaml:/usr/share/data-prepper/data-prepper-config.yaml amazon/opendistro-for-elasticsearch-data-prepper:latest
129129
```
130130

131131
**macOS and Linux**

0 commit comments

Comments
 (0)