From ee07955c12ef9e1a10bb72f19f5ae7dd66c3254c Mon Sep 17 00:00:00 2001 From: Evan Yu <50347938+Badbird5907@users.noreply.github.com> Date: Wed, 17 Dec 2025 13:24:13 -0500 Subject: [PATCH] Rename compose.yaml to docker-compose.yaml for dex guide Updated the filename from 'compose.yaml' to 'docker-compose.yaml' in the directory structure. --- content/guides/dex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/dex.md b/content/guides/dex.md index 605d6bacc17f..574cd9cb2e11 100644 --- a/content/guides/dex.md +++ b/content/guides/dex.md @@ -40,7 +40,7 @@ Organize your project with the following structure: ```bash dex-mock-server/ ├── config.yaml -└── compose.yaml +└── docker-compose.yaml ``` Create the Dex Configuration File: