fix(docker-guide): correct naming of Docker Compose YAML (#35815)

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ 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?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 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>
This commit is contained in:
zdeneksvarc
2025-06-01 15:49:38 +02:00
committed by GitHub
parent a71b5e3f4a
commit db4dcdc1dc
@@ -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: