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