From fa7cf3e17bb00a0101a75af12e63ef376ca6d112 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 24 Dec 2025 16:49:37 -0300 Subject: [PATCH] fix: labels --- compose.anubis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compose.anubis.yml b/compose.anubis.yml index abb42ec..56190c3 100644 --- a/compose.anubis.yml +++ b/compose.anubis.yml @@ -19,6 +19,5 @@ services: - "traefik.enable=true" - "traefik.http.routers.anubis_${STACK_NAME}.rule=Host(`${ANUBIS_DOMAIN}`)" - "traefik.http.routers.anubis_${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "traefik.http.routers.anubis_${STACK_NAME}.entrypoints=websecure" + - "traefik.http.routers.anubis_${STACK_NAME}.entrypoints=web-secure" - "traefik.http.services.anubis_${STACK_NAME}.loadbalancer.server.port=8080" - - "traefik.http.routers.anubis_${STACK_NAME}.service=anubis_${STACK_NAME}"