Docs: Typo in Docker docs.

Fixes #6250
This commit is contained in:
Toby McLaughlin 2016-11-16 16:02:18 +11:00
parent f7cea9befa
commit 23e3d5e8aa

View file

@ -91,7 +91,7 @@ docker run --rm -it -v ~/settings/logstash.yml:/usr/share/logstash/config/logsta
NOTE: Bind-mounted configuration files will retain the same permissions and
ownership within the container that they have on the host system. Be sure
to set persmissions such that the files will be readable and, ideally, not
to set permissions such that the files will be readable and, ideally, not
writeable by the container's +logstash+ user (UID 1000).
==== Custom Images