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.