generated from sambuc/tpl.docker-compose
Upgrading to Traefik 3
This commit is contained in:
@@ -10,12 +10,12 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
image: "traefik:v2.4.8"
|
image: "traefik:v3.1.2"
|
||||||
restart: always
|
restart: always
|
||||||
command:
|
command:
|
||||||
|
- "--core.defaultRuleSyntax=v2"
|
||||||
#- "--log.level=DEBUG"
|
#- "--log.level=DEBUG"
|
||||||
- "--global.sendanonymoususage=false"
|
- "--global.sendanonymoususage=false"
|
||||||
- "--pilot.dashboard=false"
|
|
||||||
- "--api.dashboard=true"
|
- "--api.dashboard=true"
|
||||||
#- "--api.insecure=true"
|
#- "--api.insecure=true"
|
||||||
- "--providers.docker=true"
|
- "--providers.docker=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user