From 36e19df686992bd1940da256b281f838260a3d0e Mon Sep 17 00:00:00 2001 From: "B. Bergeron" Date: Sun, 24 Aug 2025 20:28:37 -0400 Subject: [PATCH] Use recommended compose file name for Docker Compose --- README.md | 2 +- docker-compose.yml => compose.yaml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docker-compose.yml => compose.yaml (100%) diff --git a/README.md b/README.md index 4bee8c258..83335efa6 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ For models compatible with Iluvatar Extension for PyTorch. Here's a step-by-step ## Running with Docker Start by installing Docker and Docker Compose on your host. Next, edit -`docker-compose.yaml` and update the `UID` and `GID` variables to match your +`compose.yaml` and update the `UID` and `GID` variables to match your user. Additional fields are documented in the file for further customization. Once ready, build and run the image locally: diff --git a/docker-compose.yml b/compose.yaml similarity index 100% rename from docker-compose.yml rename to compose.yaml