From 07ac131e25786fc2f8690f1585e8943c1e79510d Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 17:58:56 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/compose.yaml --- Proxy_Containers/traefik/compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Proxy_Containers/traefik/compose.yaml b/Proxy_Containers/traefik/compose.yaml index 03729ca..9395fde 100644 --- a/Proxy_Containers/traefik/compose.yaml +++ b/Proxy_Containers/traefik/compose.yaml @@ -3,11 +3,10 @@ services: image: traefik:latest container_name: traefik command: - - "--api.insecure=true" - "--providers.docker=true" - #- "--entrypoints.web.address=:80" ports: - "80:80" + - "443:443" - "8079:8080" volumes: - /var/run/docker.sock:/var/run/docker.sock