We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7875cba commit 3605f41Copy full SHA for 3605f41
2 files changed
deploy/docker-compose.example.yml
@@ -16,7 +16,7 @@ services:
16
- "--providers.docker=true"
17
- "--providers.docker.exposedByDefault=false"
18
- "--experimental.plugins.mcpbouncer.moduleName=github.com/Sipioteo/traefik-mcpbouncer"
19
- - "--experimental.plugins.mcpbouncer.version=v0.0.1"
+ - "--experimental.plugins.mcpbouncer.version=v0.1.7"
20
21
bouncer:
22
# Published to Docker Hub and GHCR (same digest):
deploy/traefik.example.yml
@@ -7,7 +7,7 @@ experimental:
7
plugins:
8
mcpbouncer:
9
moduleName: github.com/Sipioteo/traefik-mcpbouncer
10
- version: v0.0.1
+ version: v0.1.7
11
12
entryPoints:
13
web:
0 commit comments