Reduce priority of wiki routing rules

This commit is contained in:
3wc 2022-09-27 14:15:44 -04:00
parent 3191cf861f
commit 111feee4be
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.tls.domains[0].main=${DOMAIN}"
- "traefik.http.routers.${STACK_NAME}.tls.domains[0].sans=*.${DOMAIN}"
- "traefik.http.routers.${STACK_NAME}.priority=1"
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"]
# interval: 30s