Add priority 140 to rnotes subdomain router
Ensures opennotebook.rnotes.online routes to Open Notebook container instead of the new rnotes-wildcard router (priority 100). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2e29d8e570
commit
4c9bb27ce8
|
|
@ -28,6 +28,7 @@ services:
|
|||
# rnotes.online subdomain alias
|
||||
- "traefik.http.routers.open-notebook-rnotes.rule=Host(`opennotebook.rnotes.online`)"
|
||||
- "traefik.http.routers.open-notebook-rnotes.entrypoints=web"
|
||||
- "traefik.http.routers.open-notebook-rnotes.priority=140"
|
||||
- "traefik.http.routers.open-notebook-rnotes.service=open-notebook"
|
||||
networks:
|
||||
- traefik-public
|
||||
|
|
|
|||
Loading…
Reference in New Issue