diff --git a/self-host/community-guides/middlewaremanager.mdx b/self-host/community-guides/middlewaremanager.mdx index 251da7a..c1b1ae3 100644 --- a/self-host/community-guides/middlewaremanager.mdx +++ b/self-host/community-guides/middlewaremanager.mdx @@ -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)