From eca1d27e23e25cdf01be97d1b6a9b32351adce80 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Tue, 12 Jul 2022 01:04:31 -0700 Subject: [PATCH] services -> service --- homelab/server/config/qbittorrent/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homelab/server/config/qbittorrent/docker-compose.yml b/homelab/server/config/qbittorrent/docker-compose.yml index 6febee0f..bb5feac1 100644 --- a/homelab/server/config/qbittorrent/docker-compose.yml +++ b/homelab/server/config/qbittorrent/docker-compose.yml @@ -18,10 +18,10 @@ services: - traefik.http.routers.qbt.tls.certresolver=lets-encrypt - traefik.http.routers.qbt.middlewares=authentik@file - traefik.http.routers.qbt.priority=10 - - traefik.http.service.qbt.loadbalancer.server.port=8080 + - traefik.http.services.qbt.loadbalancer.server.port=8080 - traefik.http.routers.qbt-auth.rule=Host(`qbt.jafner.net`) && PathPrefix(`/outpost.goauthentik.io/`) - traefik.http.routers.qbt-auth.priority=15 - - traefik.http.routers.qbt-auth.services=http://authentik-server:9000/outpost.goauthentik.io + - traefik.http.routers.qbt-auth.service=http://authentik-server:9000/outpost.goauthentik.io networks: web: