From 82855496935e2811b15f7251fd6b5f3c739274a0 Mon Sep 17 00:00:00 2001 From: Pavel Skuratovich Date: Fri, 13 Jun 2025 10:02:27 +0300 Subject: [PATCH] Change compose.yml -> compose.yaml (#39517) --- source/_includes/installation/container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/installation/container.md b/source/_includes/installation/container.md index ac5e070db23..fff3c8d248f 100644 --- a/source/_includes/installation/container.md +++ b/source/_includes/installation/container.md @@ -68,7 +68,7 @@ If you change the configuration, you have to restart the server. To do that you `docker compose` should [already be installed](https://www.docker.com/blog/announcing-compose-v2-general-availability/) on your system. If not, you can [manually](https://docs.docker.com/compose/install/linux/) install it. {% endtip %} -As the Docker command becomes more complex, switching to `docker compose` can be preferable and support automatically restarting on failure or system restart. Create a `compose.yml` file: +As the Docker command becomes more complex, switching to `docker compose` can be preferable and support automatically restarting on failure or system restart. Create a `compose.yaml` file: {% include installation/container/compose.md %}