Skip to content

Commit c236516

Browse files
authored
simplify docker-compose command with override file
1 parent af96d4b commit c236516

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,11 @@ services:
7979
Then run:
8080
8181
````bash
82-
docker-compose -f docker-compose.yaml -f docker-compose.override.yaml up -d
82+
docker-compose up -d
8383
````
8484
85+
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.
86+
8587
### Troubleshooting
8688

8789
Inspect the installation with the following command. The requested Xdebug version should be displayed in the output.

0 commit comments

Comments
 (0)