committed by
GitHub
parent
783f64a6e5
commit
0f49642758
@@ -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.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user