fix(docs): Remove matrix. subdomains in composes

Delegation can be re-added in future commits
This commit is contained in:
stratself
2026-04-14 16:54:33 +00:00
committed by Ellis Git
parent 991859a9e4
commit 2ca758425c
5 changed files with 7 additions and 10 deletions
@@ -6,7 +6,7 @@ services:
- "traefik.enable=true"
- "traefik.docker.network=proxy" # Change this to the name of your Traefik docker proxy network
- "traefik.http.routers.to-continuwuity.rule=Host(`matrix.example.com`)" # Change to the address on which Continuwuity is hosted
- "traefik.http.routers.to-continuwuity.rule=Host(`example.com`)" # Change to the address on which Continuwuity is hosted
- "traefik.http.routers.to-continuwuity.tls=true"
- "traefik.http.routers.to-continuwuity.tls.certresolver=letsencrypt"
- "traefik.http.routers.to-continuwuity.middlewares=cors-headers@docker"