Compare commits

..

2 Commits

Author SHA1 Message Date
b63a8b9171 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
2025-03-24 12:30:45 -04:00
Renovate Bot
68ebb0a8b3 Update traefik Docker tag to v3.3 2025-02-07 11:48:49 +00:00
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