瀏覽代碼

Fix docs typo

Rory Hunter 4 年之前
父節點
當前提交
e49fd15e0c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/setup/install/docker.asciidoc

+ 1 - 1
docs/reference/setup/install/docker.asciidoc

@@ -238,7 +238,7 @@ chgrp 0 esdatadir
 --------------------------------------------
 --------------------------------------------
 
 
 You can also run an {es} container using both a custom UID and GID. Unless you
 You can also run an {es} container using both a custom UID and GID. Unless you
-bind-mount each of the `config`, data` and `logs` directories, you must pass
+bind-mount each of the `config`, `data` and `logs` directories, you must pass
 the command line option `--group-add 0` to `docker run`. This ensures that the user
 the command line option `--group-add 0` to `docker run`. This ensures that the user
 under which {es} is running is also a member of the `root` (GID 0) group inside the
 under which {es} is running is also a member of the `root` (GID 0) group inside the
 container.
 container.