📝 update version used (#97)

* 📝 update version used

* 📝 update doc

* 📝 documentation

* 📝 documentation

* 📝 versionning
This commit is contained in:
maxlerebourg
2023-04-17 09:25:57 +02:00
committed by GitHub
parent 1fcd4f4e2f
commit abae7ee028
12 changed files with 27 additions and 27 deletions
@@ -2,7 +2,7 @@ version: "3.8"
services:
traefik:
image: "traefik:v2.9.6"
image: "traefik:v2.9.10"
container_name: "traefik"
restart: unless-stopped
command:
@@ -15,7 +15,7 @@ services:
- "--entrypoints.web.address=:80"
- "--experimental.plugins.bouncer.modulename=github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin"
- "--experimental.plugins.bouncer.version=v1.1.7"
- "--experimental.plugins.bouncer.version=v1.1.11"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
ports: