chore: run pre-commit fixes

This commit is contained in:
RocketQuack 2026-01-19 19:07:33 +01:00
parent a6e92bf984
commit a1265baed6
5 changed files with 6 additions and 6 deletions

View file

@ -60,9 +60,9 @@ SITES=`mysite.example.com`
SITES=`{any:.+}`
```
>Note: `SITES` currently supplies the host list that goes into the `Host(...)` rules. Once the Traefik v3 transition is completed, the plan is to switch to `SITES_RULE` (full rule expression) and deprecate `SITES` to map the Traefik Rule Syntax.
> Note: `SITES` currently supplies the host list that goes into the `Host(...)` rules. Once the Traefik v3 transition is completed, the plan is to switch to `SITES_RULE` (full rule expression) and deprecate `SITES` to map the Traefik Rule Syntax.
>Currently the used syntax is pinned to v2 via `--core.defaultRuleSyntax=v2`).
> Currently the used syntax is pinned to v2 via `--core.defaultRuleSyntax=v2`).
---

View file

@ -13,7 +13,7 @@ services:
command:
- --providers.docker=true
- --providers.docker.exposedbydefault=false
# Keep v2 rule syntax for now
# Keep v2 rule syntax for now
# Ensure compatibility with existing labels (will be removed if v3 transition is complete)
- --core.defaultRuleSyntax=v2
- --entrypoints.web.address=:80

View file

@ -11,7 +11,7 @@ services:
command:
- --providers.docker
- --providers.docker.exposedbydefault=false
# Keep v2 rule syntax for now
# Keep v2 rule syntax for now
# Ensure compatibility with existing labels (will be removed if v3 transition is complete)
- --core.defaultRuleSyntax=v2
- --entrypoints.web.address=:80

View file

@ -23,7 +23,7 @@ services:
- --providers.docker=true
# Do not expose all Docker services, only the ones explicitly exposed
- --providers.docker.exposedbydefault=false
# Keep v2 rule syntax for now
# Keep v2 rule syntax for now
# Ensure compatibility with existing labels (will be removed if v3 transition is complete)
- --core.defaultRuleSyntax=v2
# Create an entrypoint http listening on port 80

View file

@ -24,7 +24,7 @@ services:
- --providers.docker=true
# Do not expose all Docker services, only the ones explicitly exposed
- --providers.docker.exposedbydefault=false
# Keep v2 rule syntax for now
# Keep v2 rule syntax for now
# Ensure compatibility with existing labels (will be removed if v3 transition is complete)
- --core.defaultRuleSyntax=v2
# Create an entrypoint http listening on port 80