Fix router names

This commit is contained in:
Colin Hebert
2023-01-16 20:21:48 +01:00
parent 382f12389e
commit a49e217401
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.sonarr.middlewares: authelia@file traefik.http.routers.mylar.middlewares: authelia@file
lazylibrarian: lazylibrarian:
image: linuxserver/lazylibrarian image: linuxserver/lazylibrarian
@@ -33,7 +33,7 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.sonarr.middlewares: authelia@file traefik.http.routers.lazylibrarian.middlewares: authelia@file
sonarr: sonarr:
image: linuxserver/sonarr image: linuxserver/sonarr
@@ -65,7 +65,7 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.sonarr.middlewares: authelia@file traefik.http.routers.radarr.middlewares: authelia@file
bazarr: bazarr:
image: linuxserver/bazarr image: linuxserver/bazarr
@@ -80,7 +80,7 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.sonarr.middlewares: authelia@file traefik.http.routers.bazarr.middlewares: authelia@file
ombi: ombi:
image: linuxserver/ombi image: linuxserver/ombi

View File

@@ -18,7 +18,7 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.sonarr.middlewares: authelia@file traefik.http.routers.prowlarr.middlewares: authelia@file
flaresolverr: flaresolverr:
image: flaresolverr/flaresolverr image: flaresolverr/flaresolverr