fix typo in JELLYSEERR_HOST_LABEL

This commit is contained in:
kelinfoxy
2026-03-18 20:00:23 -04:00
parent e24eb6ec76
commit 5dc8e3c213

View File

@@ -33,7 +33,7 @@ READARR_HOST_LABEL=traefik.http.routers.readarr.rule=Host(`readarr.${DOMAIN}`)
LIDARR_HOST_LABEL=traefik.http.routers.lidarr.rule=Host(`lidarr.${DOMAIN}`) LIDARR_HOST_LABEL=traefik.http.routers.lidarr.rule=Host(`lidarr.${DOMAIN}`)
LAZYLIBRARIAN_HOST_LABEL=traefik.http.routers.lazylibrarian.rule=Host(`lazylibrarian.${DOMAIN}`) LAZYLIBRARIAN_HOST_LABEL=traefik.http.routers.lazylibrarian.rule=Host(`lazylibrarian.${DOMAIN}`)
MYLAR3_HOST_LABEL=traefik.http.routers.mylar3.rule=Host(`mylar3.${DOMAIN}`) MYLAR3_HOST_LABEL=traefik.http.routers.mylar3.rule=Host(`mylar3.${DOMAIN}`)
JELLYSEER_HOST_LABEL=traefik.http.routers.jellyseer.rule=Host(`jellyseer.${DOMAIN}`) JELLYSEERR_HOST_LABEL=traefik.http.routers.jellyseer.rule=Host(`jellyseer.${DOMAIN}`)