Refactor adguardhome.yml to fix typo in Traefik routing rule

This commit is contained in:
2024-06-11 15:44:11 +08:00
parent 8de0961975
commit 3d37c3bdb8
+1 -1
View File
@@ -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: