From 111feee4be87fbf0bd78182fb006bdbf381807c8 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 27 Sep 2022 14:15:44 -0400 Subject: [PATCH] Reduce priority of wiki routing rules --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index 13cb221..d2a63fb 100644 --- a/compose.yml +++ b/compose.yml @@ -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