From c2365164e7e417a4f57bc843e80d5c84e3f4a17f Mon Sep 17 00:00:00 2001 From: Gabriel Machado Date: Fri, 25 Jan 2019 11:15:50 -0200 Subject: [PATCH] simplify docker-compose command with override file --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b9d828..c6e6393 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,11 @@ services: Then run: ````bash -docker-compose -f docker-compose.yaml -f docker-compose.override.yaml up -d +docker-compose up -d ```` +If `docker-compose.yaml` and a `docker-compose.override.yaml` are present on the same directory level, Docker Compose combines the two files into a single configuration, applying the configuration in the `docker-compose.override.yaml` file over and in addition to the values in the `docker-compose.yaml` file. + ### Troubleshooting Inspect the installation with the following command. The requested Xdebug version should be displayed in the output.