Upgrading to Traefik 3

This commit is contained in:
2024-08-15 08:26:09 +02:00
parent 10c82c1fea
commit 8927aa63d7

View File

@@ -10,12 +10,12 @@ networks:
services:
traefik:
image: "traefik:v2.4.8"
image: "traefik:v3.1.2"
restart: always
command:
- "--core.defaultRuleSyntax=v2"
#- "--log.level=DEBUG"
- "--global.sendanonymoususage=false"
- "--pilot.dashboard=false"
- "--api.dashboard=true"
#- "--api.insecure=true"
- "--providers.docker=true"