Update middlewaremanager.mdx

This commit is contained in:
Oide Brett
2025-08-20 11:09:49 +01:00
committed by GitHub
parent b52c52c738
commit 20d6a59535

View File

@@ -96,21 +96,8 @@ providers:
---
## Step 4: Enable Badger Plugin
In `traefik_config.yml`:
```yaml
experimental:
plugins:
badger:
moduleName: "github.com/fosrl/badger"
version: "v1.0.0"
```
---
## Step 5: Start Services
## Step 4: Start Services
```bash
docker compose up -d
@@ -118,7 +105,7 @@ docker compose up -d
---
## Step 6: Access the UI
## Step 5: Access the UI
Middleware Manager runs at:
👉 [http://localhost:3456](http://localhost:3456)