Merge pull request 'Update traefik Docker tag to v3.3' (#23) from renovate/traefik-3.x into main
Some checks failed
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Failing after 2m22s

Reviewed-on: #23
This commit is contained in:
justus 2025-03-24 12:30:45 -04:00
commit b63a8b9171
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