From 3d37c3bdb85806145e7a41c4640a5fab8363a92b Mon Sep 17 00:00:00 2001 From: furyhawk Date: Tue, 11 Jun 2024 15:44:11 +0800 Subject: [PATCH] Refactor adguardhome.yml to fix typo in Traefik routing rule --- swarm/adguardhome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/adguardhome.yml b/swarm/adguardhome.yml index 9f6ec38..1fb7199 100644 --- a/swarm/adguardhome.yml +++ b/swarm/adguardhome.yml @@ -31,7 +31,7 @@ services: - traefik.http.routers.adguardhome.entrypoints=https - traefik.http.routers.adguardhome.rule=Host(`guard.${DOMAIN}`) - traefik.http.routers.adguardhome.tls.certresolver=le - - traefik.http.router.adguardhome.service=adguardhome_service + - traefik.http.routers.adguardhome.service=adguardhome_service - traefik.http.services.adguardhome_service.loadbalancer.server.port=3000 networks: