From df9014f1e321e309f3c42f1b38c9548048c4c29a Mon Sep 17 00:00:00 2001 From: krisz Date: Sun, 12 Jan 2025 21:01:44 +0100 Subject: [PATCH] fix socket proxy --- base/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/base/docker-compose.yml b/base/docker-compose.yml index 15d1a2a..8d4c2be 100644 --- a/base/docker-compose.yml +++ b/base/docker-compose.yml @@ -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