mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
chore: run pre-commit fixes
This commit is contained in:
parent
a6e92bf984
commit
a1265baed6
5 changed files with 6 additions and 6 deletions
|
|
@ -60,9 +60,9 @@ SITES=`mysite.example.com`
|
||||||
SITES=`{any:.+}`
|
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`).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue