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:
Jeff Emmett 2026-02-23 09:45:39 +00:00
parent 2e29d8e570
commit 4c9bb27ce8
1 changed files with 1 additions and 0 deletions

View File

@ -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