Update exemple traefik to version 2.9.1 and version of plugin 1.1.0

This commit is contained in:
MathieuHa
2022-10-17 21:01:32 +02:00
parent 8696501f61
commit e14d179612
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ version: "3.8"
services:
traefik:
image: "traefik:v2.8.8"
image: "traefik:v2.9.1"
container_name: "traefik"
command:
# - "--log.level=DEBUG"
+2 -2
View File
@@ -2,7 +2,7 @@ version: "3.8"
services:
traefik:
image: "traefik:v2.8.8"
image: "traefik:v2.9.1"
container_name: "traefik"
command:
- "--accesslog"
@@ -13,7 +13,7 @@ services:
- "--entrypoints.web.address=:80"
- "--experimental.plugins.bouncer.modulename=github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin"
- "--experimental.plugins.bouncer.version=v1.0.9"
- "--experimental.plugins.bouncer.version=v1.1.0"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
- "logs:/var/log/traefik"
@@ -2,7 +2,7 @@ version: "3.8"
services:
cloudflare:
image: "traefik:v2.8.8"
image: "traefik:v2.9.1"
container_name: "cloudflare"
command:
# - "--log.level=DEBUG"
@@ -21,7 +21,7 @@ services:
- 8080:8080
traefik:
image: "traefik:v2.8.8"
image: "traefik:v2.9.1"
container_name: "traefik"
command:
# - "--log.level=DEBUG"
@@ -34,7 +34,7 @@ services:
- "--entrypoints.web.forwardedheaders.trustedips=172.21.0.5"
- "--experimental.plugins.bouncer.modulename=github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin"
- "--experimental.plugins.bouncer.version=v1.0.9"
- "--experimental.plugins.bouncer.version=v1.1.0"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- logs-dev:/var/log/traefik