Change compose.yml -> compose.yaml (#39517)

This commit is contained in:
Pavel Skuratovich 2025-06-13 10:02:27 +03:00 committed by GitHub
parent 56bf60a5b0
commit 8285549693
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 %}