From 0f496427583fb4d6e2a99fb01852cef1571516ef Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 15 Jan 2024 09:05:13 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20docs:=20update=20docker=5Foverri?= =?UTF-8?q?de.md=20(#1546)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit minor fix --- docs/install/configuration/docker_override.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/configuration/docker_override.md b/docs/install/configuration/docker_override.md index d9e5551aa6..f4f5bc756f 100644 --- a/docs/install/configuration/docker_override.md +++ b/docs/install/configuration/docker_override.md @@ -12,7 +12,7 @@ Here's a quick guide on how to use the `docker-compose.override.yml`: > Note: Please consult the `docker-compose.override.yml.example` for more examples -See the the official docker documentation for more info: +See the official docker documentation for more info: - **[docker docs - understanding-multiple-compose-files](https://docs.docker.com/compose/multiple-compose-files/extends/#understanding-multiple-compose-files)** - **[docker docs - merge-compose-files](https://docs.docker.com/compose/multiple-compose-files/merge/#merge-compose-files)** @@ -85,4 +85,4 @@ After starting your services with the modified configuration, you can verify tha - **Order of Precedence**: Values defined in the override file take precedence over those specified in the original `docker-compose.yml` file. - **Security**: When customizing ports and publicly exposing services, always be conscious of the security implications. Avoid using defaults for production or sensitive environments. -By following these steps and considerations, you can easily and safely modify your Docker Compose configuration without altering the original `docker-compose.yml` file, making it simpler to manage and maintain different environments or local customizations. \ No newline at end of file +By following these steps and considerations, you can easily and safely modify your Docker Compose configuration without altering the original `docker-compose.yml` file, making it simpler to manage and maintain different environments or local customizations.