Enable http3 for all services, use central certResolver config

This commit is contained in:
Marko Korhonen 2021-08-30 16:08:38 +03:00
parent c8f638115a
commit 6a3183b4c4
10 changed files with 6 additions and 24 deletions

View file

@ -35,8 +35,6 @@ services:
- "traefik.http.routers.pihole.entrypoints=https"
- "traefik.http.routers.pihole.rule=Host(`pihole.korhonen.cc`)"
- "traefik.http.routers.pihole.tls=true"
- "traefik.http.routers.pihole.tls.certresolver=http"
- "traefik.http.routers.pihole.service=pihole"
- "traefik.docker.network=proxy"
- "traefik.http.services.pihole.loadbalancer.server.port=80"