From 420a17c4333e215d4c53f5ff742f598d51ac4c25 Mon Sep 17 00:00:00 2001 From: Adrien Poupa Date: Sun, 14 May 2023 19:54:46 -0400 Subject: [PATCH] doc: fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 227382d..1543db9 100644 --- a/README.md +++ b/README.md @@ -323,7 +323,7 @@ Just make sure that AdGuard Home listens to all interfaces. ## Customization -You can override the configuration of a services or add new services by creating a new `docker-compose.override.yml` file, +You can override the configuration of a service or add new services by creating a new `docker-compose.override.yml` file, then appending it to the `COMPOSE_FILE` environment variable: `COMPOSE_FILE=docker-compose.yml:docker-compose.override.yml` [See official documentation](https://docs.docker.com/compose/extends).