diff --git a/traefik/traefik.yml b/traefik/traefik.yml index 84f204b..c6dbeb6 100644 --- a/traefik/traefik.yml +++ b/traefik/traefik.yml @@ -11,4 +11,5 @@ providers: api: dashboard: true - insecure: true \ No newline at end of file + insecure: true + prefix: "/traefik-api" # 自定义 API 路径前缀 \ No newline at end of file