docs: fix typo in xdebug.md (#159)

This commit is contained in:
Abdouni Abdelkarim 2021-06-18 18:47:07 +02:00 committed by GitHub
parent 9e559b7556
commit 35519d553b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,13 +22,13 @@ RUN set -eux; \
## Configure Xdebug with Docker Compose Override
Using an [override](https://docs.docker.com/compose/reference/overview/#specifying-multiple-compose-files) file named `docker-compose.debug.yaml` ensures that the production
Using an [override](https://docs.docker.com/compose/reference/overview/#specifying-multiple-compose-files) file named `docker-compose.debug.yml` ensures that the production
configuration remains untouched.
As example, an override could look like this:
```yaml
# docker-compose.debug.yaml
# docker-compose.debug.yml
version: "3.4"
services: