From db4dcdc1dc8d1dd5c9e379efc6b0b66d717a95fe Mon Sep 17 00:00:00 2001 From: zdeneksvarc <79550344+zdeneksvarc@users.noreply.github.com> Date: Sun, 1 Jun 2025 15:49:38 +0200 Subject: [PATCH] fix(docker-guide): correct naming of Docker Compose YAML (#35815) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [x] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 Notes:** Docker Compose YAML is defined by `compose.yml` or `docker-compose.yaml` not `Dockerfile`. **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ Signed-off-by: zdeneksvarc <79550344+zdeneksvarc@users.noreply.github.com> --- website/src/content/docs/guides/talos/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/content/docs/guides/talos/docker.md b/website/src/content/docs/guides/talos/docker.md index a4453a50ed3..42f9dd9b7dc 100644 --- a/website/src/content/docs/guides/talos/docker.md +++ b/website/src/content/docs/guides/talos/docker.md @@ -21,9 +21,9 @@ Talos can be run as a docker container. This has a couple of downsides like: ## Setup Instructions -### Dockerfile +### Docker Compose YAML -Following you will find a dockerfile on how to run Talos as a docker container. +Following you will find a `compose.yml` on how to run Talos as a docker container. ```yaml services: