fix: use correct protocol

This commit is contained in:
2026-01-28 03:48:09 +00:00
parent fc01e3b5c7
commit b6288e6fc9

View File

@@ -14,7 +14,7 @@ services:
traefik.http.routers.adguard.entrypoints: "https" traefik.http.routers.adguard.entrypoints: "https"
traefik.http.routers.adguard.tls.certresolver: "cloudflare" traefik.http.routers.adguard.tls.certresolver: "cloudflare"
traefik.http.routers.adguard.middlewares: "voidauth@docker" traefik.http.routers.adguard.middlewares: "voidauth@docker"
traefik.http.services.adguard.loadbalancer.server.address: "${HOST_IP}:6969" traefik.http.services.adguard.loadbalancer.server.address: "http://${HOST_IP}:6969"
network_mode: host network_mode: host
volumes: volumes:
- ${CONFIG_ROOT}/adguard/work:/opt/adguardhome/work - ${CONFIG_ROOT}/adguard/work:/opt/adguardhome/work