Skip to content

Commit e226fbf

Browse files
committed
Wrong router name
1 parent 7b521a8 commit e226fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ services:
110110
- traefik.http.routers.calibre-rtr.rule=Host(`calibre.${DNS_DOMAIN}`)
111111
- traefik.http.routers.calibre-rtr.entrypoints=websecure
112112
- traefik.http.routers.calibre-rtr.tls=true
113-
- traefik.http.routers.duplicati-rtr.middlewares=traefik-forward-auth@docker
113+
- traefik.http.routers.calibre-rtr.middlewares=traefik-forward-auth@docker
114114
environment:
115115
- PUID=${PUID:-1000}
116116
- PGID=${PUID:-1000}

0 commit comments

Comments
 (0)