traefik/conf.d/pihole.yaml

13 lines
274 B
YAML
Raw Permalink Normal View History

2025-07-02 11:05:05 +02:00
http:
routers:
pihole:
rule: "Host(`pihole.hemlabb.uk`)"
service: pihole
entryPoints:
- websecure
services:
pihole:
loadBalancer:
servers:
- url: "http://192.168.1.11/admin" # Replace with your service's address