Skip to content

Commit d92f362

Browse files
authored
[DOCS] Fix cross-doc link. (#48783)
* [DOCS] Fix cross-doc link. * Fixed xref
1 parent 2f9f576 commit d92f362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/setup/install/docker.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ docker run <various parameters> bin/elasticsearch -Ecluster.name=mynewclusternam
323323
--------------------------------------------
324324

325325
While bind-mounting your configuration files is usually the preferred method in production,
326-
you can also <<docker-config-custom-image, create a custom Docker image>>
326+
you can also <<_c_customized_image, create a custom Docker image>>
327327
that contains your configuration.
328328

329329
[[docker-config-bind-mount]]
@@ -341,7 +341,7 @@ IMPORTANT: The container **runs {es} as user `elasticsearch` using
341341
**uid:gid `1000:1000`**. Bind mounted host directories and files must be accessible by this user,
342342
and the data and log directories must be writable by this user.
343343

344-
[[docker-config-custom-image]]
344+
[[_c_customized_image]]
345345
===== Using custom Docker images
346346
In some environments, it might make more sense to prepare a custom image that contains
347347
your configuration. A `Dockerfile` to achieve this might be as simple as:

0 commit comments

Comments
 (0)