Update traefik Docker tag to v3.3

This commit is contained in:
Renovate Bot 2025-02-07 11:48:49 +00:00
parent 8b380e0623
commit 68ebb0a8b3
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.3
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.3
# Enables the web UI and tells Traefik to listen to docker
command:
- --api.insecure=true