fix: claude mess 2
This commit is contained in:
+2
-3
@@ -3,9 +3,7 @@ services:
|
|||||||
image: traefik:v3
|
image: traefik:v3
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
command:
|
command:
|
||||||
- "--api=true"
|
- "--api.insecure=true"
|
||||||
- "--api.dashboard=true"
|
|
||||||
- "--ping=true"
|
|
||||||
- "--log.level=DEBUG"
|
- "--log.level=DEBUG"
|
||||||
- "--accesslog=true"
|
- "--accesslog=true"
|
||||||
- "--global.sendAnonymousUsage=false"
|
- "--global.sendAnonymousUsage=false"
|
||||||
@@ -17,6 +15,7 @@ services:
|
|||||||
- "--providers.file.watch=true"
|
- "--providers.file.watch=true"
|
||||||
- "--entrypoints.web.address=:80"
|
- "--entrypoints.web.address=:80"
|
||||||
- "--entrypoints.web-secure.address=:443"
|
- "--entrypoints.web-secure.address=:443"
|
||||||
|
- "--entryPoints.traefik.address=:8080"
|
||||||
- "--entrypoints.web.http.redirections.entryPoint.to=web-secure"
|
- "--entrypoints.web.http.redirections.entryPoint.to=web-secure"
|
||||||
- "--entrypoints.web.http.redirections.entryPoint.scheme=https"
|
- "--entrypoints.web.http.redirections.entryPoint.scheme=https"
|
||||||
- "--entrypoints.web.http.redirections.entryPoint.permanent=true"
|
- "--entrypoints.web.http.redirections.entryPoint.permanent=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user