Skip to content

Commit

Permalink
Fix typo in Docker registry volume mount step (#37051) (#37053)
Browse files Browse the repository at this point in the history
(cherry picked from commit 475eaf5)

Co-authored-by: David Kilfoyle <[email protected]>
  • Loading branch information
mergify[bot] and kilfoyle authored Nov 6, 2023
1 parent 353e452 commit 13440e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/docs/shared-docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ docker run -d \
--volume="$(pwd)/{beatname_lc}.docker.yml:/usr/share/{beatname_lc}/{beatname_lc}.yml:ro" \
--volume="/var/lib/docker/containers:/var/lib/docker/containers:ro" \
--volume="/var/run/docker.sock:/var/run/docker.sock:ro" \
--volume="registry:/usr/share/{beatname_lc}/data:rw \
--volume="registry:/usr/share/{beatname_lc}/data:rw" \
{dockerimage} {beatname_lc} -e --strict.perms=false \
-E output.elasticsearch.hosts=["elasticsearch:9200"] <1> <2>
--------------------------------------------
Expand Down

0 comments on commit 13440e8

Please sign in to comment.