Update traefik Docker tag to v3.2

This commit is contained in:
Renovate Bot 2024-12-16 22:00:44 +00:00
parent 461d812316
commit b6bb81bd41
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ services:
traefik:
container_name: traefik
# The official v2 Traefik docker image
image: traefik:v3.1
image: traefik:v3.2
restart: unless-stopped
depends_on:
- crowdsec

View File

@ -3,7 +3,7 @@ services:
traefik:
container_name: traefik
# The official v2 Traefik docker image
image: traefik:v2.11
image: traefik:v3.2
# Enables the web UI and tells Traefik to listen to docker
command:
- --api.insecure=true