From e9e49b46f2190cc3e5a1762cfad40460e9833e1f Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 29 Jul 2025 17:25:55 +0100 Subject: [PATCH] Enable traefik dashboard for 7 --- 7/docker-compose.yml | 1 + 7/traefik.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/7/docker-compose.yml b/7/docker-compose.yml index f16f447..7e51e8d 100644 --- a/7/docker-compose.yml +++ b/7/docker-compose.yml @@ -25,6 +25,7 @@ services: target: /traefik.yml ports: - 8000:80 + - 8080:8080 networks: proxy: diff --git a/7/traefik.yml b/7/traefik.yml index 0a4ee4d..87e721b 100644 --- a/7/traefik.yml +++ b/7/traefik.yml @@ -1,6 +1,7 @@ api: - dashboard: false + dashboard: true insecure: true + debug: true entryPoints: web: address: ":80"