We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09145ad commit 9c039f2Copy full SHA for 9c039f2
content/guides/dex.md
@@ -110,7 +110,7 @@ This command will download the Dex Docker image (if not already available) and s
110
111
To Verify that Dex is running, check the logs to ensure Dex started successfully:
112
```bash
113
-docker-compose logs -f dex
+docker compose logs -f dex
114
```
115
You should see output indicating that Dex is listening on the specified port.
116
0 commit comments