From 6d1c72107dcdb02b2d74d8595acd1686e3584f60 Mon Sep 17 00:00:00 2001 From: Andy Zhang <37402126+AnzhiZhang@users.noreply.github.com> Date: Thu, 2 Jan 2025 23:39:32 +0000 Subject: [PATCH] docs: update docker-compose documentation url in configuration.md --- doc/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.md b/doc/configuration.md index 5e402297..33a9f60f 100644 --- a/doc/configuration.md +++ b/doc/configuration.md @@ -55,4 +55,4 @@ The `config/version` file contains the version number of the docker images that If present, the `config/docker-compose.override.yml` file will be included in the invocation to `docker compose`. This is useful for overriding configuration specific to docker compose. -See the [docker-compose documentation](https://docs.docker.com/compose/extends/#adding-and-overriding-configuration) for more details. +See the [docker-compose documentation](https://docs.docker.com/compose/how-tos/multiple-compose-files/merge/) for more details.