fix socket proxy

This commit is contained in:
krisz 2025-01-12 21:01:44 +01:00
parent e9f021d1ac
commit df9014f1e3

View File

@ -73,6 +73,7 @@ services:
- traefik.http.routers.traefik-https.rule=Host(`traefik.szabolcsi.dev`)
- traefik.http.routers.traefik-https.entrypoints=https
- traefik.http.routers.traefik-https.tls=true
- traefik.http.routers.traefik-https.tls.certresolver=letsencrypt
# Use the special Traefik service api@internal with the web UI/Dashboard
- traefik.http.routers.traefik-https.service=api@internal
- traefik.http.routers.traefik-https.middlewares=admin-auth,local