remove the need for www

This commit is contained in:
Guilhem Saurel
2020-06-07 10:31:21 +02:00
parent 9615cdf3c7
commit 9883782f3a
2 changed files with 2 additions and 3 deletions

View File

@@ -14,4 +14,4 @@ services:
- web
labels:
traefik.enable: "true"
traefik.http.routers.matrix-webhook.rule: "Host(`${CHATONS_SERVICE:-matrixwebhook}.${CHATONS_DOMAIN:-localhost}`, `www.${CHATONS_SERVICE:-matrixwebhook}.${CHATONS_DOMAIN:-localhost}`)"
traefik.http.routers.matrix-webhook.rule: "Host(`${CHATONS_SERVICE:-matrixwebhook}.${CHATONS_DOMAIN:-localhost}`)"